mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
keepassxc on Wayland
This commit is contained in:
parent
c597059e62
commit
321f42c7a6
@ -4,15 +4,14 @@
|
||||
# Temporary workaround until https://github.com/nix-community/home-manager/issues/3447 is merged.
|
||||
|
||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||
# home.file."keepassxc" = {
|
||||
# target = ".config/autostart/org.keepassxc.KeePassXC.desktop";
|
||||
# source = (pkgs.keepassxc + "/share/applications/org.keepassxc.KeePassXC.desktop");
|
||||
# };
|
||||
|
||||
home.file."gnome-secrets" = {
|
||||
target = ".config/autostart/org.gnome.World.Secrets.desktop";
|
||||
source = (pkgs.gnome-secrets + "/share/applications/org.gnome.World.Secrets.desktop");
|
||||
home.file."keepassxc" = {
|
||||
target = ".config/autostart/org.keepassxc.KeePassXC.desktop";
|
||||
source = (pkgs.keepassxc + "/share/applications/org.keepassxc.KeePassXC.desktop");
|
||||
};
|
||||
# home.file."gnome-secrets" = {
|
||||
# target = ".config/autostart/org.gnome.World.Secrets.desktop";
|
||||
# source = (pkgs.gnome-secrets + "/share/applications/org.gnome.World.Secrets.desktop");
|
||||
# };
|
||||
|
||||
home.file."signal-desktop" = lib.mkIf (osConfig.networking.hostName == "yodaTux") {
|
||||
target = ".config/autostart/" + pkgs.signal-desktop.pname + ".desktop";
|
||||
|
@ -32,8 +32,8 @@
|
||||
|
||||
# Graphical apps
|
||||
|
||||
gnome-secrets # Password manager (Native Wayland client)
|
||||
#keepassxc # Password manager
|
||||
#gnome-secrets # Password manager (Native Wayland client), but very slow.
|
||||
keepassxc # Password manager. TODO Wayland: Maybe QT_QPA_PLATFORM defined in ghostwriter.nix fixed blurry fonts?
|
||||
tartube-yt-dlp # Video downloader (front-end for yt-dlp)
|
||||
joplin-desktop # Markdown notes
|
||||
rnote # Handwritten notes
|
||||
|
Loading…
Reference in New Issue
Block a user