mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +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.
|
# Temporary workaround until https://github.com/nix-community/home-manager/issues/3447 is merged.
|
||||||
|
|
||||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||||
# home.file."keepassxc" = {
|
home.file."keepassxc" = {
|
||||||
# target = ".config/autostart/org.keepassxc.KeePassXC.desktop";
|
target = ".config/autostart/org.keepassxc.KeePassXC.desktop";
|
||||||
# source = (pkgs.keepassxc + "/share/applications/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."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") {
|
home.file."signal-desktop" = lib.mkIf (osConfig.networking.hostName == "yodaTux") {
|
||||||
target = ".config/autostart/" + pkgs.signal-desktop.pname + ".desktop";
|
target = ".config/autostart/" + pkgs.signal-desktop.pname + ".desktop";
|
||||||
|
@ -32,8 +32,8 @@
|
|||||||
|
|
||||||
# Graphical apps
|
# Graphical apps
|
||||||
|
|
||||||
gnome-secrets # Password manager (Native Wayland client)
|
#gnome-secrets # Password manager (Native Wayland client), but very slow.
|
||||||
#keepassxc # Password manager
|
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)
|
tartube-yt-dlp # Video downloader (front-end for yt-dlp)
|
||||||
joplin-desktop # Markdown notes
|
joplin-desktop # Markdown notes
|
||||||
rnote # Handwritten notes
|
rnote # Handwritten notes
|
||||||
|
Loading…
Reference in New Issue
Block a user