This commit is contained in:
blahai 2025-03-03 12:21:50 +02:00
parent eb43625196
commit 7545cdb42e
No known key found for this signature in database
4 changed files with 14 additions and 14 deletions

View file

@ -154,7 +154,7 @@
hyprland = {
enable = true;
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
portalPackage = inputs.hyprland.packages."${pkgs.system}".hyprland;
portalPackage = inputs.hyprland.packages."${pkgs.system}".xdg-desktop-portal-hyprland;
};
direnv = {enable = true;};
@ -255,8 +255,8 @@
cava
socat
btrfs-progs
pkgs-smol.btop-rocm
pkgs-smol.rocmPackages.rocm-smi
btop-rocm
rocmPackages.rocm-smi
hyprcursor
grimblast
neovim

View file

@ -60,7 +60,7 @@
};
iconTheme = {
name = "WhiteSur";
package = pkgs-smol.whitesur-icon-theme.override {
package = pkgs.whitesur-icon-theme.override {
boldPanelIcons = true;
alternativeIcons = true;
};