From 634f78439b453a049976795441e5f35ccdad12ae Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 25 Aug 2025 22:09:39 -0500 Subject: [PATCH] no ags --- home-manager/users/nathan/dotfiles/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home-manager/users/nathan/dotfiles/default.nix b/home-manager/users/nathan/dotfiles/default.nix index eff11b0..47bbdf6 100644 --- a/home-manager/users/nathan/dotfiles/default.nix +++ b/home-manager/users/nathan/dotfiles/default.nix @@ -1,7 +1,6 @@ { config, lib, ... }: { home.file = { - ".config/ags" = { source = ./ags; recursive = true; }; ".config/hypr" = { source = ./hypr; recursive = true; }; ".config/swaylock" = { source = ./swaylock; recursive = true; }; ".config/wal/templates" = { source = ./wal/templates; recursive = true; };