[pkgs]: Helix

This commit is contained in:
Sweetbread 2024-05-01 15:43:11 +03:00
parent aea3998da7
commit c91e61b56e
6 changed files with 6 additions and 19 deletions

View File

@ -5,7 +5,6 @@
./htop.nix ./htop.nix
./alacritty.nix ./alacritty.nix
./qt.nix ./qt.nix
./nvim.nix
./wms/hyprland.nix ./wms/hyprland.nix
./wms/waybar.nix ./wms/waybar.nix

View File

@ -1,11 +0,0 @@
{ pkgs, ... }: {
xdg.configFile.nvim = {
source = pkgs.fetchFromGitHub {
owner = "AstroNvim";
repo = "template";
rev = "60a8ea905787c27cbd854985e47dc2195e763732";
sha256 = "03bxdzs9zjm1xd0aqwsckm1d2hbz8bsfw6ac5fzx319a2hyiwfp9";
};
recursive = true;
};
}

View File

@ -200,8 +200,8 @@
# Configuration files # Configuration files
''$mainMod ALT, N, exec, alacritty -e sh -c "rb"'' ''$mainMod ALT, N, exec, alacritty -e sh -c "rb"''
''$mainMod ALT, C, exec, alacritty -e sh -c "conf"'' ''$mainMod ALT, C, exec, alacritty -e sh -c "conf"''
''$mainMod ALT, H, exec, alacritty -e sh -c "nvim ~/nix/home-manager/modules/wms/hyprland.nix"'' ''$mainMod ALT, H, exec, alacritty -e sh -c "$EDITOR ~/nix/home-manager/modules/wms/hyprland.nix"''
''$mainMod ALT, W, exec, alacritty -e sh -c "nvim ~/nix/home-manager/modules/wms/waybar.nix"'' ''$mainMod ALT, W, exec, alacritty -e sh -c "$EDITOR ~/nix/home-manager/modules/wms/waybar.nix"''
'', Print, exec, grim -g "$(slurp)" - | swappy -f -'' '', Print, exec, grim -g "$(slurp)" - | swappy -f -''
# Waybar # Waybar

View File

@ -16,11 +16,10 @@
hms = "home-manager switch --flake ${flakeDir}"; hms = "home-manager switch --flake ${flakeDir}";
conf = "nvim ${flakeDir}/nixos/configuration.nix"; conf = "$EDITOR ${flakeDir}/nixos/configuration.nix";
pkgs = "nvim ${flakeDir}/nixos/packages.nix"; pkgs = "$EDITOR ${flakeDir}/nixos/packages.nix";
ll = "ls -l"; ll = "ls -l";
v = "nvim";
se = "sudoedit"; se = "sudoedit";
ff = "fastfetch"; ff = "fastfetch";
cat = "bat"; cat = "bat";

View File

@ -1,6 +1,6 @@
{ {
environment.variables = { environment.variables = {
EDITOR = "nvim"; EDITOR = "hx";
RANGER_LOAD_DEFAULT_RC = "FALSE"; RANGER_LOAD_DEFAULT_RC = "FALSE";
QT_QPA_PLATFORMTHEME = "qt5ct"; QT_QPA_PLATFORMTHEME = "qt5ct";
GSETTINGS_BACKEND = "keyfile"; GSETTINGS_BACKEND = "keyfile";

View File

@ -65,7 +65,7 @@
tldr tldr
bat bat
xdg-utils xdg-utils
neovim helix
# GUI utils # GUI utils
feh feh