mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Obsidian?
This commit is contained in:
parent
a7a85e46fc
commit
d3856a8236
4 changed files with 38 additions and 10 deletions
|
|
@ -51,6 +51,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
time.timeZone = "America/New_York";
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
system.stateVersion = "23.11";
|
||||
home-manager.backupFileExtension = "backup";
|
||||
|
|
@ -70,6 +71,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
kcalc.enable = true;
|
||||
kitty.enable = true;
|
||||
# netbird.enable = true; See netbird.nix (I can't access the sops stuff from here?)
|
||||
obsidian.enable = true;
|
||||
openrgb.enable = true;
|
||||
prusa-slicer.enable = true;
|
||||
spotifyd.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue