Remove duplicates
This commit is contained in:
parent
c03be7d968
commit
d2ffc2610a
1 changed files with 3 additions and 4 deletions
|
|
@ -23,10 +23,9 @@
|
|||
./system
|
||||
];
|
||||
|
||||
environment.systemPackages =
|
||||
[ pkgs.vim
|
||||
pkgs.git
|
||||
];
|
||||
environment.systemPackages = [
|
||||
# System-level packages only
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
nix.settings.substituters = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue