epic fail

This commit is contained in:
Sakooooo 2024-09-17 17:56:22 +04:00
parent c058f181fb
commit 962d7940b4
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -13,8 +13,6 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
inputs.home-manager.sharedModules = [{ imports = inputs.ags.homeManagerModules.default; }];
modules.desktop.dunst.enable = lib.mkForce false; modules.desktop.dunst.enable = lib.mkForce false;
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
@ -101,7 +99,7 @@ in
waybar waybar
# lock # lock
# swaylock # swaylock
# inputs.ags.packages.${pkgs.system}.default inputs.ags.packages.${pkgs.system}.default
brightnessctl brightnessctl
inotify-tools inotify-tools
greetd.tuigreet greetd.tuigreet
@ -129,14 +127,6 @@ in
services.emacs.startWithGraphical = false; services.emacs.startWithGraphical = false;
home-manager.users.sako = { pkgs , ...}: { home-manager.users.sako = { pkgs , ...}: {
programs.ags = {
enable = true;
configDir = ../../../config/ags;
extraPackages = with pkgs; [
bun
];
};
home.pointerCursor = { home.pointerCursor = {
# name = "Catppuccin-Mocha-Dark"; # name = "Catppuccin-Mocha-Dark";
name = "catppuccin-mocha-dark-cursors"; name = "catppuccin-mocha-dark-cursors";
@ -174,10 +164,10 @@ in
# source = ../../../config/swaylock; # source = ../../../config/swaylock;
# recursive = true; # recursive = true;
# }; # };
# ags = { ags = {
# source = ../../../config/ags; source = ../../../config/ags;
# recursive = true; recursive = true;
# }; };
}; };
}; };