Switch to hyprland

This commit is contained in:
SebastianStork 2024-04-05 22:46:35 +02:00
parent 9a00e77cce
commit 90781bbed0
5 changed files with 266 additions and 21 deletions

View file

@ -3,7 +3,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -21,6 +21,8 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
};
outputs = {nixpkgs, ...} @ inputs: let