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:
Richie Cahill
2024-04-03 19:08:36 -04:00
committed by GitHub
parent 784da650c0
commit e5daa66460
6 changed files with 211 additions and 32 deletions

View File

@ -0,0 +1,17 @@
{
pkgs,
config,
inputs,
...
}:
{
environment.systemPackages = with pkgs; [
candy-icons
discord-canary
sweet-nova
vscode
yubioath-flutter
beeper
git
];
}