Test
This commit is contained in:
parent
8659c5cffa
commit
7e24181a55
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|
||||||
# Disable tmux on Hyprland
|
# Disable tmux on Hyprland
|
||||||
programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
|
programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
|
||||||
programs.fish.sessionVariables = { DISABLE_TMUX = "true"; };
|
programs.fish.shellInit = { set DISABLE_TMUX "true"; };
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
image = lib.mkForce /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
image = lib.mkForce /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||||
|
|
Loading…
Reference in a new issue