Fixin' other things
This commit is contained in:
parent
f211254ec6
commit
e72bf22e39
1 changed files with 5 additions and 7 deletions
|
@ -20,15 +20,13 @@
|
||||||
nvidia.modesetting.enable = true;
|
nvidia.modesetting.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# system packages
|
||||||
|
environment.systemPackages = with pkgs [
|
||||||
# waybar
|
# waybar
|
||||||
(pkgs.waybar.overrideAttrs (oldAttrs: {
|
(waybar.overrideAttrs (oldAttrs: {
|
||||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
# system packages
|
|
||||||
environment.systemPackages = with pkgs [
|
|
||||||
waybar
|
|
||||||
# Notofication daemon
|
# Notofication daemon
|
||||||
libnotify
|
libnotify
|
||||||
mako
|
mako
|
||||||
|
|
Loading…
Reference in a new issue