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.
|
stateVersion = "23.05"; # TEMPLATE -- Please read the comment before changing.
|
||||||
keyboard.layout = "us"; # TEMPLATE
|
keyboard.layout = "us"; # TEMPLATE
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# xdg-utils
|
|
||||||
# nodejs_20
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# if schildichat works on this machine, use it, otherwise go for element
|
# if schildichat works on this machine, use it, otherwise go for element
|
||||||
# element-desktop
|
# 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.
|
stateVersion = "23.05"; # Please read the comment before changing.
|
||||||
keyboard.layout = "de";
|
keyboard.layout = "de";
|
||||||
packages = with pkgs; [
|
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.
|
stateVersion = "23.05"; # Please read the comment before changing.
|
||||||
keyboard.layout = "us";
|
keyboard.layout = "us";
|
||||||
packages = with pkgs; [
|
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.
|
stateVersion = "23.05"; # Please read the comment before changing.
|
||||||
keyboard.layout = "us";
|
keyboard.layout = "us";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# xdg-utils
|
|
||||||
# nodejs_20
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,6 @@
|
||||||
stateVersion = "23.05"; # TEMPLATE -- Please read the comment before changing.
|
stateVersion = "23.05"; # TEMPLATE -- Please read the comment before changing.
|
||||||
keyboard.layout = "us"; # TEMPLATE
|
keyboard.layout = "us"; # TEMPLATE
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# xdg-utils
|
|
||||||
# nodejs_20
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# if schildichat works on this machine, use it, otherwise go for element
|
# if schildichat works on this machine, use it, otherwise go for element
|
||||||
# element-desktop
|
# element-desktop
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@
|
||||||
stateVersion = "23.05"; # Please read the comment before changing.
|
stateVersion = "23.05"; # Please read the comment before changing.
|
||||||
keyboard.layout = "de";
|
keyboard.layout = "de";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# xdg-utils
|
|
||||||
# nodejs_20
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,9 +15,6 @@
|
||||||
stateVersion = "23.05"; # Please read the comment before changing.
|
stateVersion = "23.05"; # Please read the comment before changing.
|
||||||
keyboard.layout = "us";
|
keyboard.layout = "us";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# xdg-utils
|
|
||||||
# nodejs_20
|
|
||||||
# element-desktop
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,6 @@
|
||||||
stateVersion = "23.05"; # Please read the comment before changing.
|
stateVersion = "23.05"; # Please read the comment before changing.
|
||||||
keyboard.layout = "us";
|
keyboard.layout = "us";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# xdg-utils
|
|
||||||
# nodejs_20
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue