use hyprland overlays

This commit is contained in:
tristan 2024-02-10 20:26:54 +00:00
parent eda8cf327d
commit c0a973924a
5 changed files with 26 additions and 4 deletions

View file

@ -18,7 +18,10 @@
outputs = inputs: let
system = "x86_64-linux";
pkgs = import inputs.nixpkgs {inherit system;};
pkgs = import inputs.nixpkgs {
inherit system;
overlays = [ inputs.hyprland.overlays ];
};
user = "tristan";
userFullname = "Tristan Beedell";
auto-login = import ./nixos/programs/auto-login.nix;