Switch back to plasma

This commit is contained in:
Evie Litherland-Smith 2023-05-16 19:52:00 +01:00
parent 31ba62666d
commit 9a9aeaf8dd
6 changed files with 6 additions and 8 deletions

View file

@ -4,7 +4,7 @@
./home
./common.nix
./locales/en_GB.nix
./desktop/hyprland.nix
./desktop/plasma.nix
./hardware/audio.nix
./syncthing/H0615.nix
];

View file

@ -4,7 +4,7 @@
./home
./common.nix
./locales/en_GB.nix
./desktop/hyprland.nix
./desktop/plasma.nix
./hardware/audio.nix
./hardware/bluetooth.nix
];

View file

@ -6,9 +6,7 @@
./hardware/audio.nix
./hardware/bluetooth.nix
./locales/en_GB.nix
./desktop/xserver.nix
./desktop/sddm.nix
./desktop/hyprland.nix
./desktop/plasma.nix
./desktop/steam.nix
./syncthing/Vanguard.nix
./server/sshd.nix

View file

@ -1,5 +1,5 @@
{ ... }: {
imports = [ ../work.nix ../desktop/hyprland.nix ];
imports = [ ../work.nix ];
# Home Manager needs a bit of information about you and the
# paths it should manage.
home.username = "elitherl";

View file

@ -1,5 +1,5 @@
{ ... }: {
imports = [ ../work.nix ../desktop/hyprland.nix ];
imports = [ ../work.nix ];
# Home Manager needs a bit of information about you and the
# paths it should manage.
home.username = "elitherl";

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: {
imports = [ ../personal.nix ../desktop/hyprland.nix ];
imports = [ ../personal.nix ];
home.username = "xenia";
home.homeDirectory = "/home/xenia";
home.stateVersion = "22.11";