move package list
This commit is contained in:
parent
4c8eec42df
commit
2c372ac591
|
@ -9,11 +9,12 @@
|
|||
imports = [
|
||||
./components/bootloader.nix
|
||||
./components/networking.nix
|
||||
./components/packages-base.nix
|
||||
./components/security.nix
|
||||
|
||||
./locales/paris.nix
|
||||
|
||||
./packages-base.nix
|
||||
|
||||
./programs/git.nix
|
||||
./programs/neovim.nix
|
||||
./programs/zsh.nix
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
./components/sound.nix
|
||||
./components/printing.nix
|
||||
./components/fonts.nix
|
||||
./components/packages-full.nix
|
||||
|
||||
./packages-full.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
dust
|
||||
nix-output-monitor
|
||||
nix-index
|
||||
unzip
|
||||
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
];
|
Loading…
Reference in a new issue