mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:36:11 +01:00
feat: x server
This commit is contained in:
@@ -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
6
home/system/hypr.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ lib, pkgs, inputs, hostname, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
hypr
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user