try to reduce what's going on in the flake

This commit is contained in:
Chris Cochrun 2024-06-21 06:25:52 -05:00
parent 1599875a5c
commit 7bb3b4b573
5 changed files with 61 additions and 132 deletions

View file

@ -6,7 +6,7 @@ in
{
imports = [
./modules/hyprland.nix
#ags.homeManagerModules.default
# ags.homeManagerModules.default
];
# Home Manager needs a bit of information about you and the
# paths it should manage.
@ -665,14 +665,14 @@ tooltip label {
source = ../.config/fish/functions;
};
#programs.ags = {
# enable = true;
# extraPackages = with pkgs; [
# gtksourceview
# webkitgtk
# accountsservice
# ];
#};
# programs.ags = {
# enable = true;
# extraPackages = with pkgs; [
# gtksourceview
# webkitgtk
# accountsservice
# ];
# };
programs.fish = {
enable = true;