Switch back to plasma
This commit is contained in:
parent
31ba62666d
commit
9a9aeaf8dd
|
@ -4,7 +4,7 @@
|
||||||
./home
|
./home
|
||||||
./common.nix
|
./common.nix
|
||||||
./locales/en_GB.nix
|
./locales/en_GB.nix
|
||||||
./desktop/hyprland.nix
|
./desktop/plasma.nix
|
||||||
./hardware/audio.nix
|
./hardware/audio.nix
|
||||||
./syncthing/H0615.nix
|
./syncthing/H0615.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
./home
|
./home
|
||||||
./common.nix
|
./common.nix
|
||||||
./locales/en_GB.nix
|
./locales/en_GB.nix
|
||||||
./desktop/hyprland.nix
|
./desktop/plasma.nix
|
||||||
./hardware/audio.nix
|
./hardware/audio.nix
|
||||||
./hardware/bluetooth.nix
|
./hardware/bluetooth.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,9 +6,7 @@
|
||||||
./hardware/audio.nix
|
./hardware/audio.nix
|
||||||
./hardware/bluetooth.nix
|
./hardware/bluetooth.nix
|
||||||
./locales/en_GB.nix
|
./locales/en_GB.nix
|
||||||
./desktop/xserver.nix
|
./desktop/plasma.nix
|
||||||
./desktop/sddm.nix
|
|
||||||
./desktop/hyprland.nix
|
|
||||||
./desktop/steam.nix
|
./desktop/steam.nix
|
||||||
./syncthing/Vanguard.nix
|
./syncthing/Vanguard.nix
|
||||||
./server/sshd.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
|
# Home Manager needs a bit of information about you and the
|
||||||
# paths it should manage.
|
# paths it should manage.
|
||||||
home.username = "elitherl";
|
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
|
# Home Manager needs a bit of information about you and the
|
||||||
# paths it should manage.
|
# paths it should manage.
|
||||||
home.username = "elitherl";
|
home.username = "elitherl";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [ ../personal.nix ../desktop/hyprland.nix ];
|
imports = [ ../personal.nix ];
|
||||||
home.username = "xenia";
|
home.username = "xenia";
|
||||||
home.homeDirectory = "/home/xenia";
|
home.homeDirectory = "/home/xenia";
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
|
|
Loading…
Reference in a new issue