feat: update custom launcher

This commit is contained in:
Nickolaj Jepsen 2025-03-02 23:11:53 +01:00
parent 352a9c08d1
commit fc3feb0ce3
6 changed files with 23 additions and 7 deletions

View file

@ -4,8 +4,8 @@
pkgs,
pkgsUnstable,
...
}: let
fireproofPkgs = inputs.fireproof-shell.packages.${pkgs.system};
}: let
fireproofPkgs = inputs.fireproof-shell.packages.${pkgs.system};
in {
environment.systemPackages = [
fireproofPkgs.fireproof-shell
@ -20,5 +20,5 @@ in {
};
};
fireproof.home-manager.wayland.windowManager.hyprland.settings.execr = [ "pkill .fireproof-shel; fireproof-shell" ];
fireproof.home-manager.wayland.windowManager.hyprland.settings.execr = ["pkill .fireproof-shel; fireproof-shell"];
}

View file

@ -26,6 +26,10 @@
name = "adw-gtk3-dark";
package = pkgs.adw-gtk3;
};
iconTheme = {
name = "Qogir-dark";
package = pkgs.qogir-icon-theme;
};
gtk3.extraConfig = {gtk-application-prefer-dark-theme = true;};
gtk3.extraCss = builtins.readFile ./theme.css;

7
modules/desktop/qt.nix Normal file
View file

@ -0,0 +1,7 @@
_: {
qt = {
enable = true;
platformTheme = "gnome";
style = "adwaita-dark";
};
}

View file

@ -7,6 +7,7 @@
./desktop/greetd.nix
./desktop/hyprland/default.nix
./desktop/gtk/default.nix
./desktop/qt.nix
./apps/spotify.nix
./apps/firefox.nix
./apps/ghostty.nix