Enable gnome keyring
This commit is contained in:
parent
0080af0879
commit
911ae55146
2 changed files with 10 additions and 2 deletions
|
@ -52,6 +52,7 @@
|
|||
flatpak.enable = true;
|
||||
dbus.enable = true;
|
||||
picom.enable = true;
|
||||
gnome.gnome-keyring.enable = true;
|
||||
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
@ -64,8 +65,6 @@
|
|||
enable = true;
|
||||
xkb.layout = "us";
|
||||
|
||||
desktopManager.gnome.enable = true;
|
||||
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
extraSessionCommands = ''
|
||||
|
@ -136,6 +135,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker
|
||||
gnome.gnome-keyring
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue