this isnt working ill deal with this later

This commit is contained in:
Sakooooo 2023-07-10 01:20:43 +03:00
parent 4287aacf7c
commit dd44c9dd94
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 14 additions and 2 deletions

View file

@ -80,7 +80,7 @@
};
# bare minimum
environment.systemPackages = with pkgs; [
neovim #editor
vim # backup
wget #double u get
killall # die processes
alsa-utils # unsupported application

View file

@ -10,8 +10,12 @@ in
config = mkIf cfg.enable {
# because yes
environment.systemPackages = with pkgs; [
users.users.sako.packages = with pkgs; [
neovim
# lsp
clang-tools
# lint
cpplint
];
home-manager.users.sako.xdg.configFile.nvim = {
source = ../../../../config/nvim;

View file

@ -13,6 +13,14 @@ in
SDL2
SDL2_image
xorg.libX11
xorg.libX11.dev
xorg.libXcursor
xorg.libXcursor.dev
xorg.libXrandr
xorg.libXrandr.dev
xorg.libXi
xorg.libXi.dev
zlib
];
};
}