Move Emacs and password-store to desktop, add Emacs to Legion specifically
This commit is contained in:
parent
404d71b849
commit
459702a93a
|
@ -17,6 +17,7 @@
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
|
imports = [ ./home/emacs/default.nix ];
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
|
@ -136,8 +136,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./home/shell/default.nix
|
./home/shell/default.nix
|
||||||
./home/scripts/default.nix
|
./home/scripts/default.nix
|
||||||
./home/password-store/default.nix
|
|
||||||
./home/emacs/default.nix
|
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
inherit username;
|
inherit username;
|
||||||
|
|
|
@ -124,8 +124,10 @@
|
||||||
./home/hyprland.nix
|
./home/hyprland.nix
|
||||||
./home/terminal/default.nix
|
./home/terminal/default.nix
|
||||||
./home/browser/firefox.nix
|
./home/browser/firefox.nix
|
||||||
|
./home/emacs/default.nix
|
||||||
./home/email/default.nix
|
./home/email/default.nix
|
||||||
./home/calendar/default.nix
|
./home/calendar/default.nix
|
||||||
|
./home/password-store/default.nix
|
||||||
];
|
];
|
||||||
home.file.${config.gtk.gtk2.configLocation}.force = true;
|
home.file.${config.gtk.gtk2.configLocation}.force = true;
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in a new issue