forked from Shinonome/dots-hyprland
fixed pkgs
This commit is contained in:
@@ -49,7 +49,15 @@ in {
|
||||
".config/xdg-desktop-portal".source = builtins.path {path = ../../.config/xdg-desktop-portal;};
|
||||
".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;
|
||||
# [
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
{pkgs, ...}:
|
||||
with pkgs; [
|
||||
# --- Illogical Impulse Audio Dependencies ---
|
||||
cava
|
||||
@@ -43,7 +38,7 @@ with pkgs; [
|
||||
fontconfig
|
||||
python313Packages.kde-material-you-colors #FIXME
|
||||
kitty
|
||||
inputs.matugen.packages.${pkgs.system}.default
|
||||
# inputs.matugen.packages.${pkgs.system}.default
|
||||
# otf-space-grotesk
|
||||
starship
|
||||
# ttf-gabarito-git
|
||||
@@ -53,7 +48,7 @@ with pkgs; [
|
||||
# ttf-rubik-vf
|
||||
# ttf-twemoji
|
||||
# --- Illogical Impulse Hyprland Dependencies ---
|
||||
inputs.hyprland.packages.${pkgs.system}.default
|
||||
# inputs.hyprland.packages.${pkgs.system}.default
|
||||
hypridle
|
||||
hyprcursor
|
||||
hyprlang
|
||||
@@ -102,7 +97,7 @@ with pkgs; [
|
||||
wtype
|
||||
ydotool
|
||||
# --- Illogical Impulse Widget Dependencies ---
|
||||
self.legacyPackages.${pkgs.system}.quickshellWithQT
|
||||
# illogical-impulse.legacyPackages.${pkgs.system}.quickshellWithQT
|
||||
# quickshell.packages.${pkgs.system}.default
|
||||
fuzzel
|
||||
# glib2
|
||||
|
||||
Reference in New Issue
Block a user