aboutsummaryrefslogtreecommitdiffstats
path: root/home/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/default.nix')
-rw-r--r--home/default.nix10
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";
};