Remove unused config

This commit is contained in:
2024-12-06 17:30:48 +01:00
parent 3bc1cf07db
commit a7f54567bd
3 changed files with 0 additions and 71 deletions
-7
View File
@@ -5,9 +5,6 @@
home.homeDirectory = "/home/liamm";
imports = [
# home-manager
inputs.ags.homeManagerModules.default
# general modules
../../modules/home-manager/dunst.nix
../../modules/home-manager/tmux.nix
@@ -169,10 +166,6 @@
# BEGIN PROGRAMS
programs = {
ags = {
enable = true;
configDir = ../../modules/home-manager/ags;
};
bash = {
enable = true;
enableCompletion = true;