mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 16:49:59 -05:00
Moving User Packages To home config
This commit is contained in:
parent
7f53aca858
commit
efb5fcb5d7
2 changed files with 8 additions and 26 deletions
|
|
@ -90,15 +90,14 @@
|
|||
description = "Annika Merris";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [
|
||||
kate
|
||||
# thunderbird
|
||||
# kate
|
||||
];
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
users = {
|
||||
"annika" = import ./home.nix;
|
||||
"annika" = import ./annika.nix;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -113,14 +112,9 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
wget
|
||||
discord
|
||||
git
|
||||
logiops
|
||||
prusa-slicer
|
||||
helvum
|
||||
# logiops
|
||||
python3
|
||||
element-desktop
|
||||
netbird-ui
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue