This commit is contained in:
cnst
2024-06-22 22:35:13 +02:00
parent bd872d5985
commit b2aec1af0d
5 changed files with 168 additions and 23 deletions

View File

@@ -89,6 +89,9 @@
pkgs.python312Packages.oauth2
pkgs.python312Packages.httplib2
pkgs.killall
pkgs.alejandra
pkgs.tree-sitter
pkgs.lazygit
];
localBinInPath = true;
};
@@ -129,6 +132,12 @@
programs = {
solaar.enable = true;
nix-ld.enable = true;
adb.enable = true;
neovim = {
enable = true;
defaultEditor = true;
};
hyprland = {
enable = true;
xwayland.enable = true;