update again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user