Plasma
This commit is contained in:
parent
59842a4ba4
commit
97c86fb014
8 changed files with 122 additions and 7 deletions
|
@ -22,12 +22,27 @@
|
|||
options = "eurosign:e";
|
||||
};
|
||||
|
||||
libinput.enable = true;
|
||||
|
||||
windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
extraPackages = hp: [
|
||||
hp.dbus
|
||||
hp.xmonad-contrib
|
||||
hp.monad-logger
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Todo: Get gnome-keyring working properly
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
xdgOpenUsePortal = true;
|
||||
config.common.default = "*";
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue