[pkgs]: Helix
This commit is contained in:
parent
aea3998da7
commit
c91e61b56e
@ -5,7 +5,6 @@
|
||||
./htop.nix
|
||||
./alacritty.nix
|
||||
./qt.nix
|
||||
./nvim.nix
|
||||
|
||||
./wms/hyprland.nix
|
||||
./wms/waybar.nix
|
||||
|
@ -1,11 +0,0 @@
|
||||
{ pkgs, ... }: {
|
||||
xdg.configFile.nvim = {
|
||||
source = pkgs.fetchFromGitHub {
|
||||
owner = "AstroNvim";
|
||||
repo = "template";
|
||||
rev = "60a8ea905787c27cbd854985e47dc2195e763732";
|
||||
sha256 = "03bxdzs9zjm1xd0aqwsckm1d2hbz8bsfw6ac5fzx319a2hyiwfp9";
|
||||
};
|
||||
recursive = true;
|
||||
};
|
||||
}
|
@ -200,8 +200,8 @@
|
||||
# Configuration files
|
||||
''$mainMod ALT, N, exec, alacritty -e sh -c "rb"''
|
||||
''$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, W, exec, alacritty -e sh -c "nvim ~/nix/home-manager/modules/wms/waybar.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 "$EDITOR ~/nix/home-manager/modules/wms/waybar.nix"''
|
||||
'', Print, exec, grim -g "$(slurp)" - | swappy -f -''
|
||||
|
||||
# Waybar
|
||||
|
@ -16,11 +16,10 @@
|
||||
|
||||
hms = "home-manager switch --flake ${flakeDir}";
|
||||
|
||||
conf = "nvim ${flakeDir}/nixos/configuration.nix";
|
||||
pkgs = "nvim ${flakeDir}/nixos/packages.nix";
|
||||
conf = "$EDITOR ${flakeDir}/nixos/configuration.nix";
|
||||
pkgs = "$EDITOR ${flakeDir}/nixos/packages.nix";
|
||||
|
||||
ll = "ls -l";
|
||||
v = "nvim";
|
||||
se = "sudoedit";
|
||||
ff = "fastfetch";
|
||||
cat = "bat";
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
EDITOR = "hx";
|
||||
RANGER_LOAD_DEFAULT_RC = "FALSE";
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
GSETTINGS_BACKEND = "keyfile";
|
||||
|
@ -65,7 +65,7 @@
|
||||
tldr
|
||||
bat
|
||||
xdg-utils
|
||||
neovim
|
||||
helix
|
||||
|
||||
# GUI utils
|
||||
feh
|
||||
|
Loading…
x
Reference in New Issue
Block a user