diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-03 09:55:11 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-03 12:33:34 +0200 |
| commit | 58b97370ffa0f08ab9ee07dca9cd9f580b7f491d (patch) | |
| tree | f6e1f9eb6f16889b84e93272d0334800bb115371 /home/default.nix | |
| parent | e80de5ae7c0f96638820ee0b60a3776321fa19f1 (diff) | |
| download | nixos-58b97370ffa0f08ab9ee07dca9cd9f580b7f491d.tar.zst | |
Fixes
Diffstat (limited to 'home/default.nix')
| -rw-r--r-- | home/default.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/home/default.nix b/home/default.nix index 0c2f108..8f892b4 100644 --- a/home/default.nix +++ b/home/default.nix @@ -58,7 +58,10 @@ in path = "${config.home.homeDirectory}/.secrets/radicale"; file = ../secrets/radicale.age; }; - unsplash_access_key.file = ../secrets/unsplash_access_key.age; + unsplash_access_key = { + path = "${config.home.homeDirectory}/.secrets/unsplash"; + file = ../secrets/unsplash_access_key.age; + }; gmail = { file = ../secrets/gmail.age; path = "${config.home.homeDirectory}/.secrets/gmail"; @@ -73,6 +76,7 @@ in }; gtk = { + colorScheme = "dark"; enable = true; theme = { package = pkgs.whitesur-gtk-theme; @@ -332,6 +336,7 @@ in nix-index = { enable = true; enableFishIntegration = true; + enableNushellIntegration = true; }; pistol.enable = true; ghostty = { @@ -527,7 +532,6 @@ in obsidian # note taking application sqlitebrowser # sqlite swayimg # image viewer - walker # launcher wireshark zathura # pdf viewer @@ -563,7 +567,6 @@ in dmidecode # memory information espflash # ESP32 flasher espup # ESP32 development - eza # modern file list fd # find files by filenames file # show the type of file font-awesome # icons @@ -674,7 +677,6 @@ in }; }; }; - wayland.windowManager.hyprland.systemd.variables = [ "--all" ]; systemd.user = { startServices = "sd-switch"; }; |
