mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-01 10:11:03 +01:00
ZeNixComupta: Add cura
This commit is contained in:
parent
19473edd6c
commit
e1434cc0b1
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
}: {
|
||||
home.username = "${config.extraInfo.username}";
|
||||
home.homeDirectory = "/home/${config.extraInfo.username}";
|
||||
home.packages = with pkgs; [cura];
|
||||
|
||||
programs.git = {
|
||||
userName = "traxys";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue