forked from Shinonome/dots-hyprland
Fix quickshell in dist-nix
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, home-manager, nixgl, ... }:
|
outputs = { nixpkgs, home-manager, nixgl, quickshell, ... }:
|
||||||
let
|
let
|
||||||
home_attrs = rec {
|
home_attrs = rec {
|
||||||
username = import ./username.nix;
|
username = import ./username.nix;
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
illogical_impulse = home-manager.lib.homeManagerConfiguration {
|
illogical_impulse = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
extraSpecialArgs = { inherit nixgl home_attrs; };
|
extraSpecialArgs = { inherit home_attrs nixgl quickshell; };
|
||||||
modules = [
|
modules = [
|
||||||
./home.nix
|
./home.nix
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, nixgl, home_attrs, ... }:
|
{ config, lib, pkgs, nixgl, quickshell, home_attrs, ... }:
|
||||||
{
|
{
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
nixGL.packages = nixgl.packages;
|
nixGL.packages = nixgl.packages;
|
||||||
|
|||||||
Reference in New Issue
Block a user