move graphical import to flake

This commit is contained in:
Tristan 2024-02-14 23:50:35 +00:00
parent 3bf9f9b6d1
commit 9877bc2f30
3 changed files with 5 additions and 4 deletions

View file

@ -34,8 +34,9 @@
./nixos/programs/personal.nix
./nixos/programs/anki.nix
] [
./home/programs/gamer.nix
./home/desktop/hyprland/.
./home/programs/graphical.nix
./home/programs/gamer.nix
./home/programs/personal/.
];
@ -45,8 +46,9 @@
(auto-login "Hyprland")
./nixos/modules/work.nix
] [
./home/programs/work.nix
./home/desktop/hyprland/.
./home/programs/work.nix
./home/programs/graphical.nix
];
alpine = mkConf [./hardware/alpine.nix] [];

View file

@ -14,8 +14,6 @@
./modules/menu.nix
./modules/scripts.nix
./programs/vscode.nix
./programs/graphical.nix
./programs/scripts.nix
./programs/neovim/.
./programs/helix.nix

View file

@ -7,6 +7,7 @@
./qutebrowser.nix
./pcmanfm.nix
./mpv.nix
./vscode.nix
];
home.packages = with pkgs; [