epic fail
This commit is contained in:
parent
c058f181fb
commit
962d7940b4
1 changed files with 5 additions and 15 deletions
|
@ -13,8 +13,6 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
inputs.home-manager.sharedModules = [{ imports = inputs.ags.homeManagerModules.default; }];
|
||||
|
||||
modules.desktop.dunst.enable = lib.mkForce false;
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
@ -101,7 +99,7 @@ in
|
|||
waybar
|
||||
# lock
|
||||
# swaylock
|
||||
# inputs.ags.packages.${pkgs.system}.default
|
||||
inputs.ags.packages.${pkgs.system}.default
|
||||
brightnessctl
|
||||
inotify-tools
|
||||
greetd.tuigreet
|
||||
|
@ -129,14 +127,6 @@ in
|
|||
services.emacs.startWithGraphical = false;
|
||||
|
||||
home-manager.users.sako = { pkgs , ...}: {
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
configDir = ../../../config/ags;
|
||||
extraPackages = with pkgs; [
|
||||
bun
|
||||
];
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
# name = "Catppuccin-Mocha-Dark";
|
||||
name = "catppuccin-mocha-dark-cursors";
|
||||
|
@ -174,10 +164,10 @@ in
|
|||
# source = ../../../config/swaylock;
|
||||
# recursive = true;
|
||||
# };
|
||||
# ags = {
|
||||
# source = ../../../config/ags;
|
||||
# recursive = true;
|
||||
# };
|
||||
ags = {
|
||||
source = ../../../config/ags;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue