Update package definitions for work PCs
This commit is contained in:
parent
3e4437d1eb
commit
4408bca62b
|
@ -5,7 +5,7 @@
|
|||
./common.nix
|
||||
./hardware/audio.nix
|
||||
./locales/en_GB.nix
|
||||
./desktop/hyprland.nix
|
||||
./desktop/plasma.nix
|
||||
./syncthing/H0615.nix
|
||||
];
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
shell = pkgs.fish;
|
||||
};
|
||||
home-manager.users.elitherl = { ... }: {
|
||||
imports = [ ./home/collections/work ];
|
||||
imports = [ ./home/work.nix ];
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
home.username = "elitherl";
|
||||
|
|
Loading…
Reference in a new issue