yes
This commit is contained in:
parent
66394f735d
commit
4641f624c2
6
home.nix
6
home.nix
@ -42,6 +42,7 @@
|
|||||||
vscodium
|
vscodium
|
||||||
wget
|
wget
|
||||||
zip
|
zip
|
||||||
|
coreutils
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
|
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
|
||||||
@ -57,5 +58,8 @@
|
|||||||
executable = true;
|
executable = true;
|
||||||
source = "${./git-identity.sh}";
|
source = "${./git-identity.sh}";
|
||||||
};
|
};
|
||||||
|
home.sessionPath = [
|
||||||
|
"$HOME/.local/bin"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -85,7 +85,6 @@
|
|||||||
virtualisation.podman.enable = true;
|
virtualisation.podman.enable = true;
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
environment.localBinInPath = true;
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fprintd
|
fprintd
|
||||||
libfprint-2-tod1-vfs0090
|
libfprint-2-tod1-vfs0090
|
||||||
|
Loading…
x
Reference in New Issue
Block a user