Sync
This commit is contained in:
parent
31a4c4060a
commit
aeb8f52d6d
23 changed files with 569 additions and 304 deletions
|
@ -108,6 +108,8 @@ in {
|
|||
source-han-serif-japanese
|
||||
];
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
||||
services = {
|
||||
|
@ -142,9 +144,14 @@ in {
|
|||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
};
|
||||
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
programs = {
|
||||
sway = {
|
||||
enable = true;
|
||||
package = pkgs.swayfx;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
waybar.enable = true;
|
||||
};
|
||||
|
||||
sisyphus.users.wantedGroups = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue