diff --git a/home/core/gui/default.nix b/home/core/gui/default.nix index c6f241ff..30984980 100644 --- a/home/core/gui/default.nix +++ b/home/core/gui/default.nix @@ -7,14 +7,42 @@ imports = [ ../../extra/mako ./rofi.nix + ./waybar.nix ]; home.packages = with pkgs; [ + # APPLICATIONS + ranger + xfce.thunar + + # UTILITY + xfce.thunar-volman + xfce.thunar-archive-plugin + gnome.file-roller + grimblast slurp hyprpicker + pamixer + pavucontrol + fastfetch + nwg-look + thefuck + wl-clipboard swaybg - tofi gnome.gnome-calculator + gnome.adwaita-icon-theme + oculante + qt5.qtwayland + qt6.qtwayland + + # NETWORK + wireguard-tools + networkmanagerapplet + wpa_supplicant + + # SYSTEM + btop + htop ]; } diff --git a/home/core/gui/waybar.nix b/home/core/gui/waybar.nix new file mode 100644 index 00000000..d229cef3 --- /dev/null +++ b/home/core/gui/waybar.nix @@ -0,0 +1,6 @@ +{pkgs, ...}: { + programs.waybar = { + enable = true; + package = pkgs.waybar; + }; +} diff --git a/home/extra/cnst.nix b/home/extra/cnst.nix index 35ce6197..1dd119d8 100644 --- a/home/extra/cnst.nix +++ b/home/extra/cnst.nix @@ -15,32 +15,8 @@ alacritty keepassxc qbittorrent - ranger webcord calcurse - xfce.thunar - - # UTILITY - wl-clipboard - xfce.thunar-volman - xfce.thunar-archive-plugin - gnome.file-roller - pamixer - pavucontrol virt-manager - fastfetch - waybar - nwg-look - thefuck - gnome.adwaita-icon-theme - - # NETWORK - wireguard-tools - networkmanagerapplet - wpa_supplicant - - # SYSTEM - btop - htop ]; } diff --git a/nixos/hosts/cnix/default.nix b/nixos/hosts/cnix/default.nix index f44a2745..8e719236 100644 --- a/nixos/hosts/cnix/default.nix +++ b/nixos/hosts/cnix/default.nix @@ -22,8 +22,12 @@ in { "mysql" "docker" "libvirtd" + "qemu-libvirtd" + "kvm" "network" "gamemode" + "adbusers" + "rtkit" ]; };