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:
parent
edaa14d665
commit
378a7ff766
3 changed files with 64 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue