hyprland, fix nix-shell version and add firefox

This commit is contained in:
Kopatz
2023-12-13 21:28:14 +01:00
parent e71acbfbbf
commit b1c86299c3
7 changed files with 129 additions and 5 deletions

View File

@@ -16,6 +16,10 @@
};
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,
@@ -26,6 +30,7 @@
home-manager,
nixinate,
nix-colors,
hyprland,
}@inputs:
let
system = "x86_64-linux";
@@ -105,6 +110,7 @@
./users/kopatz
### System modules ###
./modules/graphical/plasma.nix
hyprland.nixosModules.default
./modules/graphical/hyprland.nix
./modules/graphical/emulators.nix
./modules/graphical/gamemode.nix
@@ -147,6 +153,7 @@
./users/kopatz
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
# Todo: refactor file layout
hyprland.nixosModules.default
./modules/graphical/hyprland.nix
./modules/graphical/shared.nix
./laptop/configuration.nix