update hyprland usage
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ inputs, outputs, lib, pkgs, config, self, username, useremail, hostname, sysversion, ... }:
|
||||
let
|
||||
inherit (inputs) home-manager hyprland nixpkgs-unstable;
|
||||
inherit (inputs) home-manager nixpkgs-unstable;
|
||||
in
|
||||
{
|
||||
# You can import other NixOS modules here
|
||||
@@ -37,7 +37,7 @@ in
|
||||
# home-manager.useGlobalPkgs = true;
|
||||
# home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit inputs outputs hostname username useremail hyprland sysversion;
|
||||
inherit inputs outputs hostname username useremail sysversion;
|
||||
|
||||
# enable unstable packages
|
||||
nixpkgs = nixpkgs-unstable;
|
||||
|
||||
Reference in New Issue
Block a user