diff options
-rw-r--r-- | homes/floppydisk/default.nix | 13 | ||||
-rw-r--r-- | hosts/nixbox/configuration.nix | 13 | ||||
-rw-r--r-- | hosts/nixpad/configuration.nix | 19 |
3 files changed, 33 insertions, 12 deletions
diff --git a/homes/floppydisk/default.nix b/homes/floppydisk/default.nix index 3125c23..9823dc3 100644 --- a/homes/floppydisk/default.nix +++ b/homes/floppydisk/default.nix @@ -52,6 +52,13 @@ libresprite qbittorrent wine + vifm + cloudflared + ansible + just + pwgen + grafx2 + libreoffice-bin # Fetch neofetch @@ -80,6 +87,7 @@ ngrok mycli squirrel-sql + figma-linux # Langs openscad @@ -103,7 +111,10 @@ # Comms nheko element-desktop - discord + (discord.override { + withOpenASAR = true; + withVencord = true; + }) caprine-bin teamspeak5_client 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; |