This commit is contained in:
41666 2024-02-10 18:53:00 -05:00
parent a03149337d
commit d9292e37c6

View file

@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
imports = [
../common
../common/home-user.nix
@ -7,6 +7,16 @@
../../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;
}