🔐 Enter hyprland.conf
Moved hyprland config into NixOS configuration. Moved hyprcursor under hyprland config.
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user