diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-01 10:28:48 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-01 10:28:48 -0800 |
| commit | 50e59b1b6f94fffdf9399fb327a6f7f0fd7c2539 (patch) | |
| tree | 09c1f374ab4730360c2ec2253535a1f25db12f3a /home/profiles | |
| parent | don't use jellyfin (diff) | |
| download | infra-50e59b1b6f94fffdf9399fb327a6f7f0fd7c2539.tar.gz | |
remove niri + noctalia
I'll keep using rivendell in headless mode.
Diffstat (limited to '')
| -rw-r--r-- | home/profiles/workstation.nix | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/home/profiles/workstation.nix b/home/profiles/workstation.nix deleted file mode 100644 index dbe9c92..0000000 --- a/home/profiles/workstation.nix +++ /dev/null @@ -1,46 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ - ../programs/desktop/niri.nix - ../programs/desktop/noctalia.nix - ../programs/media/mpv.nix - ../programs/term/kitty.nix - ]; - - home.packages = with pkgs; [ - arc-icon-theme - nautilus - nordic - nordzy-cursor-theme - xdg-utils - ]; - - xdg.enable = true; - - qt = { - enable = true; - platformTheme.name = "adwaita"; - style.name = "adwaita-dark"; - style.package = pkgs.adwaita-qt; - }; - - gtk = { - enable = true; - font = { - package = pkgs.roboto; - name = "Roboto Medium 11"; - }; - cursorTheme = { - package = pkgs.nordzy-cursor-theme; - name = "Nordzy-cursors"; - }; - iconTheme = { - package = pkgs.arc-icon-theme; - name = "Arc"; - }; - theme = { - package = pkgs.nordic; - name = "Nordic-darker"; - }; - }; -} |
