From 4408bca62b20eae88d5b215366277abfa625dc3c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 15 May 2023 11:54:42 +0100 Subject: [PATCH] Update package definitions for work PCs --- H0615.nix | 4 ++-- J0162.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/H0615.nix b/H0615.nix index 4b07dfa2..f48cbfa4 100644 --- a/H0615.nix +++ b/H0615.nix @@ -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"; diff --git a/J0162.nix b/J0162.nix index 62bb48f1..c3624040 100644 --- a/J0162.nix +++ b/J0162.nix @@ -6,7 +6,7 @@ ./hardware/audio.nix ./hardware/bluetooth.nix ./locales/en_GB.nix - ./desktop/hyprland.nix + ./desktop/plasma.nix ]; networking.hostName = "J0162"; # Define your hostname.