From 58b97370ffa0f08ab9ee07dca9cd9f580b7f491d Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Wed, 3 Dec 2025 09:55:11 +0200 Subject: Fixes --- home/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'home/default.nix') 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"; }; -- cgit v1.2.3-70-g09d2