mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-05 02:12:27 -05:00
Enabling Some Apps
This commit is contained in:
parent
d093b7e274
commit
98252952c9
1 changed files with 7 additions and 0 deletions
|
|
@ -98,10 +98,17 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
|
|
||||||
|
|
||||||
gui.enable = true;
|
gui.enable = true;
|
||||||
|
# Apps
|
||||||
discord.enable = true;
|
discord.enable = true;
|
||||||
|
element.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
|
netbird.enable = true;
|
||||||
|
prusa-slicer.enable = true;
|
||||||
|
# Programming Stuff
|
||||||
nixpkgs-fmt.enable = true;
|
nixpkgs-fmt.enable = true;
|
||||||
vscode.enable = true;
|
vscode.enable = true;
|
||||||
|
# Utilities
|
||||||
|
# git is not optional
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue