aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2026-04-07Updated flake to import rice modules directlyNatasha Moongrave
mkSystem now imports ./home/rices/${rice}/system.nix mkHomeManagerModule now imports ./home/rices/${rice}/home.nix This fixes the dual import issue and ensures rice configs are properly separated between NixOS and home-manager contexts
2026-04-07Restructured rice system to separate system and home-manager configsNatasha Moongrave
Each rice now exports {system, home} with: - system.nix: NixOS-level configs (DE, services, packages, stylix) - home.nix: Home-manager configs (program dotfiles) - default.nix: Exports both modules Applied to: nord-blue, original, plasma6 For plasma6: merged plasma.nix and stylix.nix into system.nix
2026-04-07Updated proper extraConfig nesting and added notes in audio config for herraNatasha Moongrave
2026-04-07switched NOTE to TODO in herra's audio configNatasha Moongrave
2026-04-07Updated herra's audio configuration and included base config for low audio ↵Natasha Moongrave
latency
2026-04-07Fixed a big error where the flake way importing rices/<rice>/system.nix ↵Natasha Moongrave
instead of rices/<rice>/default.nix
2026-04-07Updated flake for herra to use the plasma6 rice instead of the now deleted ↵Natasha Moongrave
cosmic rice
2026-04-07Added missing '...' import to packages.nix in herraNatasha Moongrave
2026-04-07Merge branch 'herra_cosmic-to-plasma6'Natasha Moongrave
2026-04-07Added base plasma6 "rice" and stylix configurationNatasha Moongrave
2026-04-07Removed old unfinished cosmic riceNatasha Moongrave
2026-04-07Imported steam config into main herra configurationNatasha Moongrave