1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Move packages to its own module

This commit is contained in:
RGBCube 2023-12-11 16:02:24 +03:00
parent 29d4e94320
commit e3f54aa93a
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View file

@ -26,6 +26,7 @@
!modules/nix/ !modules/nix/
!modules/nushell/ !modules/nushell/
!modules/openttd/ !modules/openttd/
!modules/packages/
!modules/pipewire/ !modules/pipewire/
!modules/pueue/ !modules/pueue/
!modules/python/ !modules/python/

View file

@ -35,6 +35,7 @@
"nix" "nix"
"nushell" "nushell"
"openttd" "openttd"
"packages"
"pipewire" "pipewire"
"pueue" "pueue"
"python" "python"
@ -44,8 +45,5 @@
"steck" "steck"
"waybar" "waybar"
# TODO: Move this somewhere, IDK.
../enka/packages.nix
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
]) ])