feat: x server

This commit is contained in:
2024-12-21 19:41:44 +01:00
parent a7db8b89fd
commit 7646c5e541
4 changed files with 98 additions and 5 deletions

View File

@@ -22,6 +22,7 @@
# ./configs/keys.nix
./system/dunst.nix
./system/hypr.nix
./system/hyprland.nix
./system/rofi.nix
./system/stylix.nix

6
home/system/hypr.nix Normal file
View File

@@ -0,0 +1,6 @@
{ lib, pkgs, inputs, hostname, ... }:
{
home.packages = with pkgs; [
hypr
];
}