this isnt working ill deal with this later
This commit is contained in:
parent
4287aacf7c
commit
dd44c9dd94
3 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue