mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
GNOME secrets
This commit is contained in:
parent
e75b5f1b45
commit
4b212f63a5
@ -4,9 +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."signal-desktop" = lib.mkIf (osConfig.networking.hostName == "yodaTux") {
|
home.file."signal-desktop" = lib.mkIf (osConfig.networking.hostName == "yodaTux") {
|
||||||
|
@ -33,7 +33,8 @@
|
|||||||
# Graphical apps
|
# Graphical apps
|
||||||
|
|
||||||
tor-browser-bundle-bin # Tor web browser
|
tor-browser-bundle-bin # Tor web browser
|
||||||
keepassxc # Password manager
|
gnome-secrets # Password manager (Native Wayland client)
|
||||||
|
#keepassxc # Password manager
|
||||||
freetube # YouTube client
|
freetube # YouTube client
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user