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