curve: maybe fix pinentry?
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
fontconfig
|
||||
pandoc
|
||||
taskwarrior-tui
|
||||
vimwiki-cli
|
||||
# vimwiki-cli
|
||||
zk
|
||||
|
||||
(pkgs.writeScriptBin "jq-repl" ''
|
||||
|
||||
@@ -73,7 +73,7 @@ in
|
||||
#gtk4 theme
|
||||
".config/gtk-4.0/settings.ini".text = ''
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=1
|
||||
gtk-application-prefer-dark-theme=true
|
||||
'';
|
||||
# gtk3 theme
|
||||
".config/gtk-3.0/settings.ini".text = ''
|
||||
|
||||
@@ -32,7 +32,9 @@ in
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pinentry-rofi
|
||||
pinentry-gnome3
|
||||
pinentry-gtk2
|
||||
cached-nix-shell
|
||||
];
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ in {
|
||||
|
||||
dbus = {
|
||||
enable = true;
|
||||
packages = [ pkgs.dconf ];
|
||||
packages = [ pkgs.dconf pkgs.gcr ];
|
||||
};
|
||||
};
|
||||
programs.dconf.enable = true;
|
||||
@@ -60,7 +60,7 @@ in {
|
||||
#unstable.sublime-music
|
||||
# olm-3.2.16 is now insecure
|
||||
# some reason I can't set insecure packages that will be respected
|
||||
# nheko
|
||||
nheko
|
||||
unstable.signal-desktop
|
||||
unstable.tuba
|
||||
unstable.newsflash
|
||||
|
||||
Reference in New Issue
Block a user