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;
|
||||
};
|
||||
home-manager.users.${username} = {
|
||||
imports = [ ./home/emacs/default.nix ];
|
||||
home.stateVersion = "23.05";
|
||||
};
|
||||
system.stateVersion = "23.05";
|
||||
|
|
|
@ -136,8 +136,6 @@
|
|||
imports = [
|
||||
./home/shell/default.nix
|
||||
./home/scripts/default.nix
|
||||
./home/password-store/default.nix
|
||||
./home/emacs/default.nix
|
||||
];
|
||||
home = {
|
||||
inherit username;
|
||||
|
|
|
@ -124,8 +124,10 @@
|
|||
./home/hyprland.nix
|
||||
./home/terminal/default.nix
|
||||
./home/browser/firefox.nix
|
||||
./home/emacs/default.nix
|
||||
./home/email/default.nix
|
||||
./home/calendar/default.nix
|
||||
./home/password-store/default.nix
|
||||
];
|
||||
home.file.${config.gtk.gtk2.configLocation}.force = true;
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue