🔐 Enter hyprland.conf

Moved hyprland config into NixOS configuration.

Moved hyprcursor under hyprland config.
This commit is contained in:
2024-12-29 21:49:16 +01:00
parent bdaa858bdf
commit a2f141a290
52 changed files with 410 additions and 15 deletions

View File

@ -2,6 +2,10 @@
{ ... }:
{
home.sessionVariables = {
EDITOR = "nvim";
};
programs.nixvim = {
enable = true;