switch to a setup for hyprland to go through home-manager

This commit is contained in:
Chris Cochrun 2024-06-20 12:02:00 -05:00
parent d1e3d10947
commit 3567d786b0
3 changed files with 56 additions and 342 deletions

View file

@ -9,13 +9,13 @@
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
};
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
# hyprland = {
# url = "github:hyprwm/Hyprland";
# };
# hyprland-plugins = {
# url = "github:hyprwm/hyprland-plugins";
# inputs.hyprland.follows = "hyprland";
# };
eww = {
url = "github:elkowar/eww";
inputs.nixpkgs.follows = "nixpkgs";
@ -54,7 +54,6 @@
outputs = { nixpkgs,
nixpkgs-stable,
home-manager,
hyprland,
nixos-hardware,
emacs,
nix-bitcoin,
@ -85,7 +84,7 @@
modules = [
./systems/syl/configuration.nix
home-manager.nixosModules.home-manager
hyprland.nixosModules.default
# hyprland.nixosModules.default
nixos-hardware.nixosModules.framework-11th-gen-intel
# libre-presenter.defaultPackage
{
@ -101,7 +100,7 @@
modules = [
./systems/kaladin/configuration.nix
home-manager.nixosModules.home-manager
hyprland.nixosModules.default
# hyprland.nixosModules.default
nixos-hardware.nixosModules.common-gpu-amd
{
home-manager.useGlobalPkgs = true;