Remove nix-index, add hyprland env vars

This commit is contained in:
Evie Litherland-Smith 2023-07-10 21:54:41 +01:00
parent cfef939e7d
commit 7a52dff9eb
5 changed files with 11 additions and 5 deletions

View file

@ -61,6 +61,9 @@ in {
env = GTK_THEME,Sweet-Dark
env = XCURSOR_THEME,Catppuccin-Macchiato-Dark-Cursors
env = XCURSOR_SIZE,24
env = QT_AUTO_SCREEN_SCALE_FACTOR=1
env = QT_QPA_PLATFORM=wayland;xcb
env = QT_WAYLAND_DISABLE_WINDOWDECORATION=1
input {
kb_layout = gb
@ -78,7 +81,12 @@ in {
col.group_border_active = $mauve
col.inactive_border = $surface2
col.group_border = $surface2
layout = dwindle
layout = master
}
master {
new_is_master = false
new_on_top = true
}
dwindle {
@ -212,6 +220,8 @@ in {
windowrule = float,(thunar)
windowrule = center,(thunar)
windowrulev2 = float,title:^(Zoom|zoom).*
windowrulev2 = workspace 5,title:^(Zoom|zoom).*
windowrulev2 = float,class:(Nxplayer.bin),title:^(NoMachine)$
windowrulev2 = maximize,class:(Nxplayer.bin),title:^(NoMachine).+$
'';

1
home/env/bash.nix vendored
View file

@ -11,7 +11,6 @@
keychain.enableBashIntegration = true;
starship.enableBashIntegration = true;
direnv.enableBashIntegration = true;
nix-index.enableBashIntegration = true;
fzf.enableBashIntegration = true;
};
}

View file

@ -19,5 +19,4 @@
silver-searcher
distrobox
];
programs.nix-index.enable = true;
}

1
home/env/fish.nix vendored
View file

@ -19,7 +19,6 @@
};
keychain.enableFishIntegration = true;
starship.enableFishIntegration = true;
nix-index.enableFishIntegration = true;
fzf.enableFishIntegration = true;
};
}

1
home/env/zsh.nix vendored
View file

@ -14,7 +14,6 @@
keychain.enableZshIntegration = true;
starship.enableZshIntegration = true;
direnv.enableZshIntegration = true;
nix-index.enableZshIntegration = true;
fzf.enableZshIntegration = true;
};
}