From 50e59b1b6f94fffdf9399fb327a6f7f0fd7c2539 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 1 Jan 2026 10:28:48 -0800 Subject: remove niri + noctalia I'll keep using rivendell in headless mode. --- home/profiles/workstation.nix | 46 ------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 home/profiles/workstation.nix (limited to 'home/profiles/workstation.nix') 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"; - }; - }; -} -- cgit v1.2.3