mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
remove redundant packages
This commit is contained in:
parent
1fc4e55efd
commit
cb91007934
5 changed files with 0 additions and 18 deletions
9
Nix.org
9
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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue