fix things

This commit is contained in:
2026-06-27 14:22:32 +09:00
parent ca06b70683
commit b7e82d92c9
15 changed files with 104 additions and 43 deletions

View File

@@ -4,7 +4,7 @@
c = "clear";
rb = "sudo nixos-rebuild switch --flake ~/nixos-config#";
"boot-rb" = "sudo nixos-rebuild --install-bootloader boot --flake ~/nixos-config#";
clc = "cloc . --exclude-dir=target,node_modules,.venv --exclude-ext=yml,yaml,csv -v";
clc = "cloc . --vcs git -v";
"dry-rb" = "sudo nixos-rebuild dry-build --flake ~/nixos-config#";
devim = "NVIM_APPNAME=nvim-dev nvim";
win = "grub-reboot 'Windows Boot Manager (on /dev/sda2)' && reboot";

View File

@@ -21,5 +21,6 @@
end
fish_add_path $HOME/.cargo/bin
fish_add_path /usr/bin
'';
}

View File

@@ -11,6 +11,8 @@
init.defaultBranch = "main";
core.editor = "nvim";
push.autoSetupRemote = true;
push.followTags = true;
};
lfs.enable = true;
};
}

View File

@@ -1,6 +1,7 @@
{ pkgs }:
with pkgs; [
with pkgs;
[
alsa-lib
libgit2
at-spi2-atk
@@ -46,24 +47,26 @@ with pkgs; [
pipewire
systemd
vulkan-loader
xorg.libX11
xorg.libXScrnSaver
xorg.libXcomposite
xorg.libXcursor
xorg.libXdamage
xorg.libXext
xorg.libXfixes
xorg.libXi
xorg.libXrandr
xorg.libXrender
xorg.libXtst
xorg.libxcb
xorg.libxkbfile
xorg.libxshmfence
libx11
libxscrnsaver
libxcomposite
libxcursor
libxdamage
libxext
libxfixes
libxi
libxrandr
libxrender
libxtst
libxcb
libxkbfile
libxshmfence
zlib
zlib.dev
pkg-config
haskellPackages.zlib
stdenv.cc.cc
imagemagick
steam-unwrapped
]