desktop: move to nheko with gnome-keyring
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#./udiskie.nix
|
||||
#./redshift.nix
|
||||
./kanshi.nix
|
||||
./keyring.nix
|
||||
]
|
||||
|
||||
# picom, polybar and sxhkd are pulled from desktop module
|
||||
|
||||
14
modules/services/keyring.nix
Normal file
14
modules/services/keyring.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Screenshots
|
||||
#
|
||||
|
||||
{ pkgs, user, ... }:
|
||||
|
||||
{
|
||||
services = { # sxhkd shortcut = Printscreen button (Print)
|
||||
gnome-keyring = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [ gcr seahorse ];
|
||||
}
|
||||
@@ -95,7 +95,7 @@
|
||||
#{ command = "exec ${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"; }
|
||||
{ command = "${pkgs.thunderbird}/bin/thunderbird"; }
|
||||
{ command = "${pkgs.firefox}/bin/firefox"; }
|
||||
{ command = "${pkgs.element-desktop}/bin/element-desktop"; }
|
||||
{ command = "${pkgs.nheko}/bin/nheko"; }
|
||||
];
|
||||
|
||||
workspaceAutoBackAndForth = true;
|
||||
|
||||
Reference in New Issue
Block a user