remove redundant packages

This commit is contained in:
Swarsel 2023-12-11 03:31:13 +01:00
parent 1fc4e55efd
commit cb91007934
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 0 additions and 18 deletions

View file

@ -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
];
};