From cb91007934e3836376ea8079a960b4194db06f89 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Mon, 11 Dec 2023 03:31:13 +0100 Subject: [PATCH] remove redundant packages --- Nix.org | 9 --------- profiles/TEMPLATE/home.nix | 2 -- profiles/onett/home.nix | 2 -- profiles/stand/home.nix | 3 --- profiles/threed/home.nix | 2 -- 5 files changed, 18 deletions(-) diff --git a/Nix.org b/Nix.org index c42c52f..003725e 100644 --- a/Nix.org +++ b/Nix.org @@ -234,8 +234,6 @@ No matter what you do, check the initial /etc/nixos/configuration.nix for notabl stateVersion = "23.05"; # TEMPLATE -- Please read the comment before changing. keyboard.layout = "us"; # TEMPLATE home.packages = with pkgs; [ - # xdg-utils - # nodejs_20 # --------------------------------------------------------------- # if schildichat works on this machine, use it, otherwise go for element # element-desktop @@ -541,8 +539,6 @@ My laptop, sadly soon to be replaced by a new one, since most basic functions ar stateVersion = "23.05"; # Please read the comment before changing. keyboard.layout = "de"; packages = with pkgs; [ - # xdg-utils - # nodejs_20 ]; }; @@ -701,9 +697,6 @@ My home PC, the most powerful machine. Sadly Sway cannot make good use out of it stateVersion = "23.05"; # Please read the comment before changing. keyboard.layout = "us"; packages = with pkgs; [ - # xdg-utils - # nodejs_20 - # element-desktop ]; }; @@ -821,8 +814,6 @@ New setup for the SP3, this time using NixOS - another machine will take over th stateVersion = "23.05"; # Please read the comment before changing. keyboard.layout = "us"; packages = with pkgs; [ - # xdg-utils - # nodejs_20 ]; }; diff --git a/profiles/TEMPLATE/home.nix b/profiles/TEMPLATE/home.nix index 8606e95..aec8b66 100644 --- a/profiles/TEMPLATE/home.nix +++ b/profiles/TEMPLATE/home.nix @@ -9,8 +9,6 @@ stateVersion = "23.05"; # TEMPLATE -- Please read the comment before changing. keyboard.layout = "us"; # TEMPLATE home.packages = with pkgs; [ - # xdg-utils - # nodejs_20 # --------------------------------------------------------------- # if schildichat works on this machine, use it, otherwise go for element # element-desktop diff --git a/profiles/onett/home.nix b/profiles/onett/home.nix index 5521f3f..11c7b76 100644 --- a/profiles/onett/home.nix +++ b/profiles/onett/home.nix @@ -15,8 +15,6 @@ stateVersion = "23.05"; # Please read the comment before changing. keyboard.layout = "de"; packages = with pkgs; [ - # xdg-utils - # nodejs_20 ]; }; diff --git a/profiles/stand/home.nix b/profiles/stand/home.nix index a610aa8..908c590 100644 --- a/profiles/stand/home.nix +++ b/profiles/stand/home.nix @@ -15,9 +15,6 @@ stateVersion = "23.05"; # Please read the comment before changing. keyboard.layout = "us"; packages = with pkgs; [ - # xdg-utils - # nodejs_20 - # element-desktop ]; }; diff --git a/profiles/threed/home.nix b/profiles/threed/home.nix index a69d67a..feb9d2b 100644 --- a/profiles/threed/home.nix +++ b/profiles/threed/home.nix @@ -10,8 +10,6 @@ stateVersion = "23.05"; # Please read the comment before changing. keyboard.layout = "us"; packages = with pkgs; [ - # xdg-utils - # nodejs_20 ]; };