start refactoring

This commit is contained in:
Noa Aarts 2024-04-03 20:30:38 +02:00
parent 3262489146
commit b406b8bbfa
12 changed files with 296 additions and 303 deletions

View file

@ -25,14 +25,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
hypridle = {
url = "github:hyprwm/hypridle";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprlock = {
url = "github:hyprwm/hyprlock";
inputs.nixpkgs.follows = "nixpkgs";
hyprland = {
url = "github:hyprwm/hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
@ -42,7 +37,7 @@
};
outputs = { self, nixpkgs, nix-colors, automapaper, disko, home-manager, ... }@inputs:
outputs = { self, nixpkgs, nix-colors, automapaper, disko, home-manager, hyprland, ... }@inputs:
{
nixosConfigurations = {
default = nixpkgs.lib.nixosSystem {