Hiontaa
This commit is contained in:
parent
b28f20f83d
commit
5c71098225
1 changed files with 3 additions and 2 deletions
|
@ -52,14 +52,16 @@
|
||||||
rustup
|
rustup
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
cargo-cross
|
cargo-cross
|
||||||
|
gcc
|
||||||
#appimage-run
|
#appimage-run
|
||||||
steam-run-native
|
steam-run-native
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
emacs
|
emacs
|
||||||
|
sqlite
|
||||||
nano
|
nano
|
||||||
parted
|
parted
|
||||||
unrar
|
unrar
|
||||||
|
@ -69,7 +71,6 @@
|
||||||
python3
|
python3
|
||||||
];
|
];
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
services.cloudflare-dyndns = {
|
services.cloudflare-dyndns = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domains = [ "leena.jakest.us" ];
|
domains = [ "leena.jakest.us" ];
|
||||||
|
|
Loading…
Reference in a new issue