added hyprlock and hyprpaper, though hyprpaper apparently doesnt exist so its disabled for now

PS: forgot to use git due to sleep deprivation
This commit is contained in:
Gabriella Bere 2024-08-23 02:03:30 +01:00
parent edaa14d665
commit 378a7ff766
3 changed files with 64 additions and 8 deletions

View file

@ -13,10 +13,10 @@
};
};
outputs = { self, nixpkgs, home-manager, ... } @ inputs:
outputs = { self, nixpkgs, stablepkgs, home-manager, ... } @ inputs:
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
stable = inputs.stablepkgs.legacyPacakges.x86_64-linux;
stable = stablepkgs.legacyPacakges.x86_64-linux;
in
{
nixosConfigurations.gabbielaptop = nixpkgs.lib.nixosSystem {