aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nixbox/configuration.nix13
-rw-r--r--hosts/nixpad/configuration.nix19
2 files changed, 21 insertions, 11 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix
index 56b77c9..81213f9 100644
--- a/hosts/nixbox/configuration.nix
+++ b/hosts/nixbox/configuration.nix
@@ -148,15 +148,20 @@
jetbrains-mono
# other shit
- dunst
libnotify
- swww
- rofi-wayland
+ hyprpaper
networkmanagerapplet
grim
slurp
wl-clipboard
font-awesome
+ rofi
+ wlogout
+ swaynotificationcenter
+ swaylock
+ sway
+ swayidle
+ helvum
(
waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
@@ -170,7 +175,7 @@
};
xdg.portal.enable = true;
- xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
+ xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
programs.zsh.enable = true;
diff --git a/hosts/nixpad/configuration.nix b/hosts/nixpad/configuration.nix
index 86146cd..5876618 100644
--- a/hosts/nixpad/configuration.nix
+++ b/hosts/nixpad/configuration.nix
@@ -130,20 +130,25 @@
nerdfonts
jetbrains-mono
- #other crap
- dunst
+ # other shit
+ #dunst
libnotify
- swww
- rofi-wayland
+ hyprpaper
networkmanagerapplet
grim
slurp
wl-clipboard
font-awesome
- dunst
+ rofi
+ wlogout
+ swaynotificationcenter
+ swaylock
+ sway
+ swayidle
+ helvum
(
waybar.overrideAttrs (oldAttrs: {
- mesonFlags = oldAttrs.mesonFlags ++ ["-Dexperimental=true"];
+ mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
})
)
];
@@ -154,7 +159,7 @@
};
xdg.portal.enable = true;
- xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
+ xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
programs.zsh.enable = true;