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:
parent
29d4e94320
commit
e3f54aa93a
3 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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/
|
||||||
|
|
|
@ -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
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue