Fixing package issues and tidying configs
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# Startup applications
|
||||
exec-once = [
|
||||
"waybar"
|
||||
"swaync"
|
||||
"swaynotificationcenter"
|
||||
"swww init"
|
||||
"nm-applet --indicator"
|
||||
"blueman-applet"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
package = pkgs.rofi;
|
||||
|
||||
theme = let
|
||||
inherit (config.lib.formats.rasi) mkLiteral;
|
||||
|
||||
Reference in New Issue
Block a user