aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-10Fixed up some bindsschrott-extract-riceNatasha Moongrave
2026-04-10Moved workspaces.kdlNatasha Moongrave
2026-04-10Fixed incorrect keybind from Super to ModNatasha Moongrave
2026-04-10modified screenshot keybindsNatasha Moongrave
2026-04-10Modified keybinds to suit more what im used toNatasha Moongrave
2026-04-10Configure x11 and tty to also use the czech qwertz keyboardNatasha Moongrave
2026-04-10Fix up the formatingNatasha Moongrave
2026-04-10Add swaybg to niri.nixNatasha Moongrave
2026-04-10Switch keyboard layout to czech qwertz & bind caps lock to escape and ↵Natasha Moongrave
altGr+e to €
2026-04-10Fix up formattingNatasha Moongrave
2026-04-10Added nvim configuration to mun.nix instead of being rice specificNatasha Moongrave
2026-04-10Add nvim config to mun instead of being tied to a riceNatasha Moongrave
2026-04-10swapped kronos to schrottkatze rice for testingNatasha Moongrave
2026-04-10Disabled layway due to an error upstreamNatasha Moongrave
2026-04-10Updated the flakeNatasha Moongrave
2026-04-10Disabled obs-studio-plugins.distroav due to a stale upstream hashNatasha Moongrave
2026-04-10Add signal-desktop to mun appsNatasha Moongrave
2026-04-10Fixed obs pluginsNatasha Moongrave
2026-04-10Fixed a syntax errorNatasha Moongrave
2026-04-10added firefox.profileNamesNatasha Moongrave
2026-04-10Removed gdm override in favor of keeping original lyNatasha Moongrave
2026-04-10Assign schrottkatze rice to herraNatasha Moongrave
2026-04-10Add schrottkatze rice: Eww status barsNatasha Moongrave
Top bar (CPU, RAM, battery, systray, time, trans flag), bottom bar (workspaces, traveldings transit, Mullvad VPN, lesbian flag). Gruvbox CSS styling, Nushell scripts for battery and ICE train speed.
2026-04-10Add schrottkatze rice: Niri compositor configNatasha Moongrave
KDL configs for keybindings, styling (trans flag gradient borders), workspaces (social/browser), input, privacy, app quirks, overview. Includes arc.frag window-open shader, cpdate.sh script, wallpaper.
2026-04-10Add schrottkatze rice: Firefox with extensions and privacy hardeningNatasha Moongrave
Tridactyl, Kagi search, 15+ extensions, telemetry disabled, fingerprinting resistance, custom search engines for Nix/Rust/MDN.
2026-04-10Add schrottkatze rice: terminal, notifications, fuzzel, swayidle, layawayNatasha Moongrave
Kitty with Gruvbox colors, Dunst notifications, Fuzzel launcher, swayidle/swaylock screen locking, layaway layout tool.
2026-04-10Add schrottkatze rice: core structure and stylix configNatasha Moongrave
default.nix exports {system, home}, system.nix has Niri, GDM, Gruvbox Dark Hard stylix, polkit, audio, fonts, XDG portals. stylix.nix has HM-level target overrides, GTK cursor/icon theme.
2026-04-10Add schrottkatzes nixos config as a submodule because i cant be bothered ↵Natasha Moongrave
keeping them in separate folders
2026-04-10Add firefox config from SchrottkatzeNatasha Moongrave
2026-04-09Added gnome keyring and siabled gnome sshNatasha Moongrave
2026-04-09added gnomeKeyring to system servicesNatasha Moongrave
2026-04-09add evloution to mun packagesNatasha Moongrave
2026-04-07Updated flake.lock fileNatasha Moongrave
2026-04-07Removed nixowos mention from READMENatasha Moongrave
2026-04-07excluded dunst from border, ruonded corners and shadowNatasha Moongrave
2026-04-07commented out manual dunst styling to let stylix handle itNatasha Moongrave
2026-04-07removed nixowos inputsNatasha Moongrave
2026-04-07Removed NixOwOS completelyNatasha Moongrave
2026-04-07remove lib.mkForce from dumst config as nixowos is now disabledNatasha Moongrave
2026-04-07disable nixowosNatasha Moongrave
2026-04-07Updated dunst to force its configNatasha Moongrave
2026-04-07Added alert red as a color in variables for nord-blueNatasha Moongrave
2026-04-07imported dunst into rice homeNatasha Moongrave
2026-04-07Added dunst configuration for notification handlingNatasha Moongrave
2026-04-07Added obs pluginsNatasha Moongrave
2026-04-07Merge branch 'refactor-rice-system'Natasha Moongrave
2026-04-07Added .gitignore with resultNatasha Moongrave
2026-04-07Updated README to document new rice system architectureNatasha Moongrave
- Each rice now exports {system, home} from default.nix - system.nix contains NixOS-level configs (desktop + stylix) - home.nix contains home-manager imports (program configs) - Updated examples to show plasma6 rice instead of cosmic - Clarified separation between NixOS and HM concerns - Updated 'Creating a New Rice' section with new structure
2026-04-07Fixed package names in herra configurationNatasha Moongrave
- Changed alsamixer to alsa-utils (correct package name) - Changed jack to jack2 (correct package name) - Removed obs-ndi (not available in current package set)
2026-04-07Removed rice imports from shared configuration filesNatasha Moongrave
- Removed rice import from home/mun/default.nix - Deleted system/rice-desktop.nix (unused infrastructure) Rice configs are now imported directly in flake.nix instead of through shared configs