remove ags

This commit is contained in:
Chris Cochrun 2024-12-06 09:25:33 -06:00
parent 3626b8f902
commit 62e97a00ff
4 changed files with 18 additions and 62 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ags, ... }:
{ config, lib, pkgs, ... }:
let
laptop = builtins.readFile "/etc/hostname" == "syl\n";
@ -6,7 +6,7 @@ in
{
imports = [
./modules/hyprland.nix
ags.homeManagerModules.default
# ags.homeManagerModules.default
# ./modules/plasma.nix
];
# Home Manager needs a bit of information about you and the
@ -801,14 +801,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;