framework-2024-04-12-10-25-52

This commit is contained in:
Alexander Szczepanski
2024-04-12 10:25:52 +02:00
parent adaa83a3f2
commit 8df4de7f06
37 changed files with 83 additions and 33 deletions

18
configs/user.nix Normal file → Executable file
View File

@@ -42,15 +42,15 @@ in
environment.pathsToLink = [ "/share/zsh" ];
home-manager.users.alex = { pkgs, ... }: {
# imports = [
# "${
# fetchTarball
# "https://github.com/msteen/nixos-vscode-server/tarball/master"
# }/modules/vscode-server/home.nix"
# ];
imports = [
"${
fetchTarball
"https://github.com/msteen/nixos-vscode-server/tarball/master"
}/modules/vscode-server/home.nix"
];
home = {
stateVersion = "23.05";
stateVersion = "23.11";
packages = with unstable.pkgs; [
atop
btop
@@ -64,7 +64,7 @@ in
kubectl
ncdu
neofetch
nixfmt
nixfmt-classic
pstree
qrencode
ranger
@@ -179,6 +179,6 @@ in
tmux = { enable = true; };
};
# services.vscode-server.enable = true;
services.vscode-server.enable = true;
};
}