From be161771f4ef7947aed7be065d69ffd194204324 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:28:21 +0100 Subject: [PATCH] add nvf --- hosts/laptop/configuration.nix | 2 -- hosts/laptop/home.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 07b7aa2..36f603f 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -27,8 +27,6 @@ home-manager.users."${config.var.username}" = import ./home.nix; - programs.hyprland = { enable = true; }; - # Don't touch this system.stateVersion = "24.05"; } diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 9dae6c4..e2ed886 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -6,6 +6,7 @@ # Programs ../../home/programs/kitty ../../home/programs/nvim + # ../../home/programs/nvf # ../../home/programs/qutebrowser ../../home/programs/shell ../../home/programs/fetch