fix: Use wrapGAppsHook4 to actually get icons in the applications
This commit is contained in:
parent
57cacdb1c9
commit
4cfd212947
16 changed files with 3357 additions and 37 deletions
|
|
@ -23,5 +23,6 @@
|
|||
unzip
|
||||
pkg-config
|
||||
sqlite
|
||||
plantuml
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ in
|
|||
adw-gtk3
|
||||
qt5ct
|
||||
qt6ct
|
||||
libadwaita
|
||||
gnutar
|
||||
fishPlugins.tide
|
||||
nix-index
|
||||
|
|
@ -44,6 +43,8 @@ in
|
|||
nh
|
||||
amberol
|
||||
satty
|
||||
pulseaudio
|
||||
playerctl
|
||||
(callPackage
|
||||
../override/ncspot.nix
|
||||
{ })
|
||||
|
|
@ -62,6 +63,9 @@ in
|
|||
(callPackage
|
||||
../override/oxishut.nix
|
||||
{ })
|
||||
(callPackage
|
||||
../override/streamdeck.nix
|
||||
{ })
|
||||
];
|
||||
|
||||
home.username = "dashie";
|
||||
|
|
@ -88,6 +92,7 @@ in
|
|||
gtk-theme = "adw-gtk3";
|
||||
cursor-theme = "Bibata-Modern-Classic";
|
||||
cursor-size = 24;
|
||||
icon-theme = "MoreWaita";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs
|
||||
, inputs
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
|
|
@ -240,7 +241,7 @@
|
|||
#"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||
"nextcloud --background"
|
||||
"oxinoti"
|
||||
];
|
||||
] ++ config.programs.hyprland.extra_autostart;
|
||||
|
||||
plugin = {
|
||||
hyprspace = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue