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
|
@ -6,6 +6,16 @@
|
||||||
../../features/kitty.nix
|
../../features/kitty.nix
|
||||||
../../features/vesktop
|
../../features/vesktop
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
nil
|
||||||
|
tmux
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.vscode = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.vscode.fhs;
|
||||||
|
};
|
||||||
|
|
||||||
# im blind LOL
|
# im blind LOL
|
||||||
#programs.kitty.settings.font_size = 16;
|
#programs.kitty.settings.font_size = 16;
|
||||||
|
|
Loading…
Add table
Reference in a new issue