fixed pkgs

This commit is contained in:
kenji
2025-08-11 20:53:30 -05:00
parent 3ad6d635d6
commit 33953a915b
3 changed files with 20 additions and 11 deletions
+7 -1
View File
@@ -102,7 +102,13 @@
devShells = eachSupportedSystem (pkgs: { devShells = eachSupportedSystem (pkgs: {
default = pkgs.mkShell { default = pkgs.mkShell {
packages = import ./modules/packages.nix {inherit pkgs inputs self;}; packages =
import ./modules/packages.nix {inherit pkgs;}
++ [
self.packages.${pkgs.system}.default
inputs.matugen.packages.${pkgs.system}.default
inputs.hyprland.packages.${pkgs.system}.default
];
}; };
}); });
}; };
+9 -1
View File
@@ -49,7 +49,15 @@ in {
".config/xdg-desktop-portal".source = builtins.path {path = ../../.config/xdg-desktop-portal;}; ".config/xdg-desktop-portal".source = builtins.path {path = ../../.config/xdg-desktop-portal;};
".config/starship.toml".source = builtins.path {path = ../../.config/starship.toml;}; ".config/starship.toml".source = builtins.path {path = ../../.config/starship.toml;};
}; };
home.packages = import ../packages.nix; home.packages =
import ../packages.nix
++ [
inputs.illogical-impulse.legacyPackages.${pkgs.system}.iiShellConfig
inputs.illogical-impulse.legacyPackages.${pkgs.system}.iiOneUI4Icons
inputs.illogical-impulse.legacyPackages.${pkgs.system}.quickshellWithQT
inputs.matugen.packages.${pkgs.system}.default
inputs.hyprland.packages.${pkgs.system}.default
];
# #
# home.packages = with pkgs; # home.packages = with pkgs;
# [ # [
+4 -9
View File
@@ -1,9 +1,4 @@
{ {pkgs, ...}:
inputs,
pkgs,
self,
...
}:
with pkgs; [ with pkgs; [
# --- Illogical Impulse Audio Dependencies --- # --- Illogical Impulse Audio Dependencies ---
cava cava
@@ -43,7 +38,7 @@ with pkgs; [
fontconfig fontconfig
python313Packages.kde-material-you-colors #FIXME python313Packages.kde-material-you-colors #FIXME
kitty kitty
inputs.matugen.packages.${pkgs.system}.default # inputs.matugen.packages.${pkgs.system}.default
# otf-space-grotesk # otf-space-grotesk
starship starship
# ttf-gabarito-git # ttf-gabarito-git
@@ -53,7 +48,7 @@ with pkgs; [
# ttf-rubik-vf # ttf-rubik-vf
# ttf-twemoji # ttf-twemoji
# --- Illogical Impulse Hyprland Dependencies --- # --- Illogical Impulse Hyprland Dependencies ---
inputs.hyprland.packages.${pkgs.system}.default # inputs.hyprland.packages.${pkgs.system}.default
hypridle hypridle
hyprcursor hyprcursor
hyprlang hyprlang
@@ -102,7 +97,7 @@ with pkgs; [
wtype wtype
ydotool ydotool
# --- Illogical Impulse Widget Dependencies --- # --- Illogical Impulse Widget Dependencies ---
self.legacyPackages.${pkgs.system}.quickshellWithQT # illogical-impulse.legacyPackages.${pkgs.system}.quickshellWithQT
# quickshell.packages.${pkgs.system}.default # quickshell.packages.${pkgs.system}.default
fuzzel fuzzel
# glib2 # glib2