nix config
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

curve: maybe fix pinentry?

+6 -4
+1 -1
home/profiles/cli/default.nix
··· 61 61 fontconfig 62 62 pandoc 63 63 taskwarrior-tui 64 - vimwiki-cli 64 + # vimwiki-cli 65 65 zk 66 66 67 67 (pkgs.writeScriptBin "jq-repl" ''
+1 -1
home/profiles/desktop/default.nix
··· 73 73 #gtk4 theme 74 74 ".config/gtk-4.0/settings.ini".text = '' 75 75 [Settings] 76 - gtk-application-prefer-dark-theme=1 76 + gtk-application-prefer-dark-theme=true 77 77 ''; 78 78 # gtk3 theme 79 79 ".config/gtk-3.0/settings.ini".text = ''
+2
hosts/profiles/core/default.nix
··· 32 32 }; 33 33 34 34 environment.systemPackages = with pkgs; [ 35 + pinentry-rofi 35 36 pinentry-gnome3 37 + pinentry-gtk2 36 38 cached-nix-shell 37 39 ]; 38 40
+2 -2
hosts/profiles/desktop/default.nix
··· 38 38 39 39 dbus = { 40 40 enable = true; 41 - packages = [ pkgs.dconf ]; 41 + packages = [ pkgs.dconf pkgs.gcr ]; 42 42 }; 43 43 }; 44 44 programs.dconf.enable = true; ··· 60 60 #unstable.sublime-music 61 61 # olm-3.2.16 is now insecure 62 62 # some reason I can't set insecure packages that will be respected 63 - # nheko 63 + nheko 64 64 unstable.signal-desktop 65 65 unstable.tuba 66 66 unstable.newsflash