nixos_dots/modules/home-manager/bundle.nix

48 lines
1.1 KiB
Nix
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
imports = [
./ranger/ranger.nix
./gui/vscode.nix
./imv/imv.nix
./mpv/mpv.nix
./obs/obs.nix
./terminal/alacritty.nix
./terminal/git.nix
./terminal/kitty.nix
./terminal/lynx.nix
./terminal/starship.nix
./terminal/zellij.nix
./terminal/zsh.nix
./mangohud.nix
./symlinks.nix
##############
## WM (X11) ##
##############
# Софт для работы WM на X11
./wm/rofi/rofi.nix
./wm/dunst.nix
./wm/lockscreen.nix
# Для выключения i3 комментируй все строки ниже
./wm/i3.nix
# Для выключения bspwm комментируй все строки ниже
./wm/bspwm/bspwm.nix
./wm/bspwm/polybar.nix
./wm/bspwm/sxhkd.nix
##################
## WM (Wayland) ##
##################
# Wayland гавно лаганое, но мб на NixOS дела будут лучше
# Мб я сделаю конфиги для sway и hyprland на ags
# Каталог wm мб переименовать в X11 и создать отдельный Wayland
];
}