test
This commit is contained in:
parent
e9b85f1b7a
commit
c266857e43
1 changed files with 5 additions and 5 deletions
|
@ -20,8 +20,12 @@
|
|||
nvidia.modesetting.enable = true;
|
||||
};
|
||||
|
||||
# XDG portal
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
|
||||
# system packages
|
||||
environment.systemPackages = with pkgs [
|
||||
environment.systemPackages = with pkgs; [
|
||||
# waybar
|
||||
(waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
|
@ -68,10 +72,6 @@
|
|||
font-awesome
|
||||
];
|
||||
|
||||
# XDG portal
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
|
|
Loading…
Reference in a new issue