mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 15:07:44 -05:00
Tryint To Add spotifyd And SOPS
This commit is contained in:
parent
dd3dc90fa3
commit
cdf1c024c0
3 changed files with 58 additions and 0 deletions
|
|
@ -54,6 +54,11 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
|
||||
# Theming?
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/home/annika/.config/sops/age/keys.txt";
|
||||
};
|
||||
|
||||
# TODO: Temporary, remove eventually!
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
@ -104,6 +109,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
firefox.enable = true;
|
||||
netbird.enable = true;
|
||||
prusa-slicer.enable = true;
|
||||
spotifyd.enable = true;
|
||||
# Programming Stuff
|
||||
nixpkgs-fmt.enable = true;
|
||||
vscode.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue