Merge branch 'main' of codeberg.org:noe/nixos into monitoring
This commit is contained in:
commit
9e2614d9d0
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue