From e8d2ae626ece708464e8d1b72fd1e1211848adea Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 30 Jun 2024 15:13:39 -0500 Subject: [PATCH] moving packages to correct roles --- nixos/profiles/hw-legion-15arh05h.nix | 2 -- nixos/profiles/role-dev.nix | 3 +-- nixos/profiles/role-workstation.nix | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nixos/profiles/hw-legion-15arh05h.nix b/nixos/profiles/hw-legion-15arh05h.nix index 596ffdc..5281387 100644 --- a/nixos/profiles/hw-legion-15arh05h.nix +++ b/nixos/profiles/hw-legion-15arh05h.nix @@ -4,9 +4,7 @@ mySystem = { security.wheelNeedsSudoPassword = false; system.packages = with pkgs; [ - gparted ntfs3g - fira-code-nerdfont ]; }; diff --git a/nixos/profiles/role-dev.nix b/nixos/profiles/role-dev.nix index c46301c..83fd0e0 100644 --- a/nixos/profiles/role-dev.nix +++ b/nixos/profiles/role-dev.nix @@ -11,6 +11,7 @@ with config; btop dnsutils nix + fira-code-nerdfont # TODO Move nil @@ -27,6 +28,4 @@ with config; enable = true; nix-direnv.enable = true; }; - - } diff --git a/nixos/profiles/role-workstation.nix b/nixos/profiles/role-workstation.nix index 7024428..49c6df6 100644 --- a/nixos/profiles/role-workstation.nix +++ b/nixos/profiles/role-workstation.nix @@ -54,6 +54,7 @@ with config; vscode vivaldi termius + gparted ]; i18n = {