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;
|
||||
};
|
||||
|
||||
# waybar
|
||||
(pkgs.waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
})
|
||||
)
|
||||
|
||||
# system packages
|
||||
environment.systemPackages = with pkgs [
|
||||
waybar
|
||||
# waybar
|
||||
(waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
})
|
||||
)
|
||||
# Notofication daemon
|
||||
libnotify
|
||||
mako
|
||||
|
|
Loading…
Reference in a new issue