summaryrefslogtreecommitdiff
path: root/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-09-30 04:27:34 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-09-30 04:27:34 -0600
commita62963be450c4dacb63491e421b8b8b54f2f839d (patch)
treeca2090cd843d643b6b84b1018532012b24b46bb1 /home-manager
parent64b7e52f2d16820c686caa768dbe58f13379585d (diff)
hyprland doesn't have a home-manager config
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/home.nix1
-rw-r--r--home-manager/hyprland.nix3
2 files changed, 0 insertions, 4 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix
index 02785bb..898a7e5 100644
--- a/home-manager/home.nix
+++ b/home-manager/home.nix
@@ -5,7 +5,6 @@
# in
{
imports = [
- ./hyprland.nix
./starship.nix
./btop.nix
./helix.nix
diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix
deleted file mode 100644
index c754eae..0000000
--- a/home-manager/hyprland.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{ config, lib, ...}: {
- programs.hyprland.enable = true;
-} \ No newline at end of file