sleep?
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
};
|
||||
|
||||
${namespace} = {
|
||||
headless.enable = false;
|
||||
|
||||
impermanence = {
|
||||
enable = true;
|
||||
# extraDirectories = [
|
||||
@@ -107,32 +109,35 @@
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
apfs-fuse
|
||||
apfsprogs
|
||||
aria2
|
||||
asahi-bless
|
||||
asahi-btsync
|
||||
asahi-nvram
|
||||
asahi-wifisync
|
||||
cabextract
|
||||
erofs-utils
|
||||
fex
|
||||
micro
|
||||
muvm
|
||||
squashfuse
|
||||
squashfsTools
|
||||
unzip
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
virt-manager
|
||||
wget
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
apfs-fuse
|
||||
apfsprogs
|
||||
aria2
|
||||
asahi-bless
|
||||
asahi-btsync
|
||||
asahi-nvram
|
||||
asahi-wifisync
|
||||
cabextract
|
||||
erofs-utils
|
||||
fex
|
||||
micro
|
||||
muvm
|
||||
squashfuse
|
||||
squashfsTools
|
||||
unzip
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
virt-manager
|
||||
wget
|
||||
|
||||
(pkgs.OVMF.override {
|
||||
secureBoot = true;
|
||||
})
|
||||
] ++ (with pkgs.${namespace}; [
|
||||
omnissa
|
||||
]);
|
||||
(pkgs.OVMF.override {
|
||||
secureBoot = true;
|
||||
})
|
||||
]
|
||||
++ (with pkgs.${namespace}; [
|
||||
omnissa
|
||||
]);
|
||||
|
||||
networking.networkmanager.wifi.backend = "iwd";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user