Update package definitions for work PCs
This commit is contained in:
parent
3e4437d1eb
commit
4408bca62b
|
@ -5,7 +5,7 @@
|
||||||
./common.nix
|
./common.nix
|
||||||
./hardware/audio.nix
|
./hardware/audio.nix
|
||||||
./locales/en_GB.nix
|
./locales/en_GB.nix
|
||||||
./desktop/hyprland.nix
|
./desktop/plasma.nix
|
||||||
./syncthing/H0615.nix
|
./syncthing/H0615.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
home-manager.users.elitherl = { ... }: {
|
home-manager.users.elitherl = { ... }: {
|
||||||
imports = [ ./home/collections/work ];
|
imports = [ ./home/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";
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
./hardware/audio.nix
|
./hardware/audio.nix
|
||||||
./hardware/bluetooth.nix
|
./hardware/bluetooth.nix
|
||||||
./locales/en_GB.nix
|
./locales/en_GB.nix
|
||||||
./desktop/hyprland.nix
|
./desktop/plasma.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "J0162"; # Define your hostname.
|
networking.hostName = "J0162"; # Define your hostname.
|
||||||
|
|
Loading…
Reference in a new issue