code style

This commit is contained in:
thek4n 2026-08-04 10:38:36 +03:00
parent e1b1fe490c
commit ffa5ebcf92

View File

@ -53,53 +53,16 @@
description = "thek4n"; description = "thek4n";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
# Установка пользовательских пакетов # Установка пользовательских пакетов
packages = with pkgs; [ packages = with pkgs; [ ];
];
}; };
# Сырая установка бинарников в глобальное окружение # Сырая установка бинарников в глобальное окружение
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget alacritty bat brightnessctl ctags fd ffmpeg fzf glow
fzf grim highlight imagemagick jq kanshi less lesspipe mako
bat man mpv noto-fonts p7zip poppler resvg ripgrep rofi slurp
less socat sway swaybg swayidle swaylock tmux tree-sitter ueberzug
sway waybar wget wl-clipboard wlr-randr wtype yazi ydotool zoxide
swaybg
kanshi
wtype
swaylock
swayidle
wl-clipboard
ydotool
grim
slurp
mako
wlr-randr
rofi
jq
brightnessctl
fd
zoxide
tmux
waybar
man
lesspipe
mpv
socat
ctags
glow
tree-sitter
highlight
noto-fonts
ueberzug
poppler
yazi
ffmpeg
p7zip
ripgrep
resvg
imagemagick
alacritty
]; ];
programs.firefox.enable = true; programs.firefox.enable = true;