forked from Shinonome/dots-hyprland
fixed pkgs
This commit is contained in:
@@ -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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
# [
|
# [
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user