mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 14:56:11 +01:00
feat: x server
This commit is contained in:
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