feat: speedtest
This commit is contained in:
parent
91f39d5851
commit
77d29313ee
5 changed files with 27 additions and 6 deletions
|
|
@ -19,9 +19,10 @@ in {
|
|||
networking.hostName = "hitsugibune";
|
||||
time.timeZone = "Europe/Vienna";
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"corefonts"
|
||||
];
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"corefonts"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue