??
This commit is contained in:
11
nixos/system/default.nix
Normal file
11
nixos/system/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./etc
|
||||
./shell/sh
|
||||
];
|
||||
|
||||
console.useXkbConfig = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
anyrun
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user