added configuration.nix hardware.nix and programs.nix (#120)
* added configuration.nix hardware.nix and programs.nix * updated boot setings * added docker * added default.nix * updated .sops.yaml * nix format Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * fix breaking issues Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * WIP * rhapsody_in_green --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: Your Name <you@example.com>
This commit is contained in:
17
users/richie/systems/programs.nix
Normal file
17
users/richie/systems/programs.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
candy-icons
|
||||
discord-canary
|
||||
sweet-nova
|
||||
vscode
|
||||
yubioath-flutter
|
||||
beeper
|
||||
git
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user