mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:56:34 +01:00
Add git and kate
This commit is contained in:
parent
bf8db79cc5
commit
4400376aaf
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in
|
||||||
extraGroups = [ "wheel"]
|
extraGroups = [ "wheel"]
|
||||||
++ lib.optionals config.custom.hardware.printing.enable [ "scanner" "lp"]
|
++ lib.optionals config.custom.hardware.printing.enable [ "scanner" "lp"]
|
||||||
++ lib.optional config.networking.networkmanager.enable "networkmanger";
|
++ lib.optional config.networking.networkmanager.enable "networkmanger";
|
||||||
packages = with pkgs; [ ];
|
packages = with pkgs; [ git kate];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue