Move Emacs and password-store to desktop, add Emacs to Legion specifically

This commit is contained in:
Evie Litherland-Smith 2024-11-26 06:27:57 +00:00
parent 404d71b849
commit 459702a93a
3 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@
efi.canTouchEfiVariables = true;
};
home-manager.users.${username} = {
imports = [ ./home/emacs/default.nix ];
home.stateVersion = "23.05";
};
system.stateVersion = "23.05";

View file

@ -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;

View file

@ -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 = {