Merge branch 'main' of codeberg.org:noe/nixos into monitoring

This commit is contained in:
41666 2024-02-10 18:53:23 -05:00
commit 9e2614d9d0

View file

@ -6,6 +6,16 @@
../../features/kitty.nix
../../features/vesktop
];
home.packages = with pkgs; [
nil
tmux
];
programs.vscode = {
enable = true;
package = pkgs.vscode.fhs;
};
# im blind LOL
#programs.kitty.settings.font_size = 16;