Update structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
inputs:
|
||||
let
|
||||
mkHost = import ../mkHost.nix inputs;
|
||||
in
|
||||
mkHost {
|
||||
system = "x86_64-linux";
|
||||
hostname = "x1carbon";
|
||||
username = "hare";
|
||||
systemModules = [ ./nixos.nix ];
|
||||
homeModule = [ ./home-manager.nix ];
|
||||
}
|
||||
@@ -31,12 +31,13 @@ in
|
||||
|
||||
fzf
|
||||
ghq
|
||||
|
||||
android-tools
|
||||
];
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
users.users.${username} = {
|
||||
extraGroups = [
|
||||
"adbusers"
|
||||
"docker"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
@@ -45,7 +46,6 @@ in
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIW2Yrqwi4YjIrdI8mygX5pTHDPmrUgbmpZ4WxoTqORi keihi@Vostro-LapTop"
|
||||
];
|
||||
};
|
||||
programs.adb.enable = true;
|
||||
programs.nix-ld.enable = true;
|
||||
programs.light.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user