try to reduce what's going on in the flake
This commit is contained in:
parent
1599875a5c
commit
7bb3b4b573
5 changed files with 61 additions and 132 deletions
|
@ -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;
|
||||
|
|
|
@ -119,6 +119,10 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
#debug = {
|
||||
# enable_stdout_logs = false;
|
||||
#};
|
||||
|
||||
general = {
|
||||
gaps_in = 15;
|
||||
gaps_out = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue