Skip to content

Commit

Permalink
Refactor Hyprland AGS configuration: Comment out unused imports and p…
Browse files Browse the repository at this point in the history
…ackages for improved clarity and maintainability
  • Loading branch information
ryanwclark committed Dec 10, 2024
1 parent 0e7e6d7 commit 6460070
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions home/features/desktop/hyprland/ags/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,25 @@
imports = [
inputs.ags.homeManagerModules.default
inputs.matugen.nixosModules.default
# inputs.astal.nixosModules.default
];

home.packages = with pkgs; [
bun
dart-sass
];

# home.file.".config/ags/" = {
# source = ./config;
# recursive = true;
# };

programs.ags = {
enable = true;
# configDir = ./backup;
extraPackages = with pkgs; [
gtksourceview
webkitgtk_6_0
accountsservice
];

# ags.packages.x86_64-linux.battery
# ags.packages.x86_64-linux.hyperland
# ];
# extraPackages = with pkgs; [
# gtksourceview
# webkitgtk_6_0
# accountsservice
# ];
};
programs.matugen = {
enable = true;
Expand Down

0 comments on commit 6460070

Please sign in to comment.