Skip to content

Commit

Permalink
home: enable stylix where applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Apr 21, 2024
1 parent dad84ac commit 644e239
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/common/bat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
pager = "less -RF --long-prompt +Gg";
};
};

stylix.targets.bat.enable = true;
}
2 changes: 2 additions & 0 deletions home/linux/dunst/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
services.dunst = {
enable = true;
};

stylix.targets.dunst.enable = true;
}
1 change: 1 addition & 0 deletions home/linux/i3/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ pkgs, vars, ... }:
{
stylix.targets.i3.enable = true;
xdg.configFile."i3/config" = {
text = ''
## start manual config ##
Expand Down
2 changes: 2 additions & 0 deletions home/linux/xorg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
xresources.properties = {
"Xft.dpi" = 122;
};

stylix.targets.xresources.enable = true;
}

0 comments on commit 644e239

Please sign in to comment.