update again

This commit is contained in:
Kopatz
2023-12-18 15:02:38 +01:00
parent e063104aae
commit 2abad4ce3b
3 changed files with 2 additions and 121 deletions

View File

@@ -16,10 +16,6 @@
};
nixinate.url = "github:matthewcroughan/nixinate";
nix-colors.url = "github:misterio77/nix-colors";
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs-unstable"; # MESA/OpenGL HW workaround
};
};
outputs = { self,
nixpkgs,
@@ -30,7 +26,6 @@
home-manager,
nixinate,
nix-colors,
hyprland,
}@inputs:
let
system = "x86_64-linux";
@@ -110,7 +105,6 @@
./users/kopatz
### System modules ###
./modules/graphical/plasma.nix
hyprland.nixosModules.default
./modules/graphical/hyprland.nix
./modules/graphical/emulators.nix
./modules/graphical/gamemode.nix
@@ -151,7 +145,6 @@
### User specific ###
./users/kopatz
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
hyprland.nixosModules.default
./modules/graphical/hyprland.nix
./modules/graphical/shared.nix
./systems/laptop/configuration.nix