Fixes
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
environment.enableAllTerminfo = true;
|
environment.enableAllTerminfo = true;
|
||||||
|
|
||||||
image.fileName = lib.mkDefault "${config.networking.hostName}-${pkgs.stdenv.hostPlatform.system}";
|
# image.fileName = lib.mkDefault "${config.networking.hostName}-${pkgs.stdenv.hostPlatform.system}";
|
||||||
image.baseName = lib.mkDefault "${config.networking.hostName}-${pkgs.stdenv.hostPlatform.system}";
|
# image.baseName = lib.mkDefault "${config.networking.hostName}-${pkgs.stdenv.hostPlatform.system}";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,6 +55,6 @@
|
|||||||
tlrc
|
tlrc
|
||||||
w3m
|
w3m
|
||||||
zstd
|
zstd
|
||||||
|
lshw
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@@ -3,12 +3,14 @@
|
|||||||
# NixOS
|
# NixOS
|
||||||
users.users.dark = {
|
users.users.dark = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Dark Steveneq";
|
description = "Ghostfox";
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel"
|
"wheel"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"video"
|
"video"
|
||||||
"kvm"
|
"kvm"
|
||||||
|
"wireshark"
|
||||||
|
"docker"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
./virt-manager.nix
|
./virt-manager.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.wireshark.enable = true;
|
||||||
|
|
||||||
home-manager.sharedModules = [
|
home-manager.sharedModules = [
|
||||||
./home
|
./home
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -7,5 +7,8 @@
|
|||||||
go
|
go
|
||||||
just
|
just
|
||||||
nodejs
|
nodejs
|
||||||
|
gcc
|
||||||
|
|
||||||
|
wireshark
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user