Switch back to plasma
This commit is contained in:
parent
31ba62666d
commit
9a9aeaf8dd
|
@ -4,7 +4,7 @@
|
|||
./home
|
||||
./common.nix
|
||||
./locales/en_GB.nix
|
||||
./desktop/hyprland.nix
|
||||
./desktop/plasma.nix
|
||||
./hardware/audio.nix
|
||||
./syncthing/H0615.nix
|
||||
];
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
./home
|
||||
./common.nix
|
||||
./locales/en_GB.nix
|
||||
./desktop/hyprland.nix
|
||||
./desktop/plasma.nix
|
||||
./hardware/audio.nix
|
||||
./hardware/bluetooth.nix
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue