Commit for generation 71

This commit is contained in:
2024-09-25 03:28:28 -04:00
parent a2da1e6880
commit 7281e415b3
2 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor"; rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor";
}; };
outputs = { nixpkgs, home-manager, nvim, toilet, ... }@inputs: { outputs = { nixpkgs, rose-pine-hyprcursor, home-manager, nvim, toilet, ... }@inputs: {
nixosConfigurations = { nixosConfigurations = {
glasshouse = nixpkgs.lib.nixosSystem { glasshouse = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; }; specialArgs = { inherit inputs; };
@@ -29,6 +29,9 @@
}; };
} }
]; ];
environment.systemPackages = with nixpkgs; environment.systemPackages ++ [
rose-pine-hyprcursor.packages."x86_64-linux".default
];
}; };
}; };
}; };

View File

@@ -1,5 +1,5 @@
{ config, lib, pkgs, rose-pine-hyprcursor, ... }: { config, lib, pkgs, ... }:
{ {
imports = imports =
@@ -51,7 +51,6 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
rose-pine-hyprcursor.packages.${pkgs.system}.default
parted parted
vim vim
gnumake gnumake