diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 12:00:25 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 12:00:25 +0200 |
| commit | 93f36fd65cd65ea0b15f1add21cbb0a212d276d8 (patch) | |
| tree | 312b8164fca506884d3a31ca809e4cf82b96c491 /home/rices/plasma6/stylix.nix | |
| parent | b36a8271ad7e52d2ecfcf93ce98ce238c833f4a3 (diff) | |
Restructured rice system to separate system and home-manager configs
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
Diffstat (limited to 'home/rices/plasma6/stylix.nix')
| -rw-r--r-- | home/rices/plasma6/stylix.nix | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/home/rices/plasma6/stylix.nix b/home/rices/plasma6/stylix.nix deleted file mode 100644 index 1c89567..0000000 --- a/home/rices/plasma6/stylix.nix +++ /dev/null @@ -1,33 +0,0 @@ -{pkgs, ...}: let - vars = import ./variables.nix; -in { - stylix = { - enable = true; - base16Scheme = "${pkgs.base16-schemes}/share/themes/espresso.yaml"; - polarity = "dark"; - - image = vars.image; - - fonts = { - serif = { - package = pkgs.dejavu_fonts; - name = "DejaVu Serif"; - }; - - sansSerif = { - package = pkgs.dejavu_fonts; - name = "DejaVu Sans"; - }; - - monospace = { - package = pkgs.dejavu_fonts; - name = "DejaVu Sans Mono"; - }; - - emoji = { - package = pkgs.noto-fonts-color-emoji; - name = "Noto Color Emoji"; - }; - }; - }; -} |
