mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-14 08:24:36 +02:00
add wsl, add build default script
This commit is contained in:
parent
593a044fe4
commit
83585a16da
2 changed files with 19 additions and 0 deletions
machines
16
machines/wsl.nix
Normal file
16
machines/wsl.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./../modules/machine.nix
|
||||
];
|
||||
|
||||
machine = {
|
||||
username = "thilo";
|
||||
isGeneric = true;
|
||||
nixPackage = pkgs.nixUnstable;
|
||||
isGnome = false;
|
||||
noiseSuppression.enable = false;
|
||||
isGraphical = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue