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";
|
||||
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
];
|
||||
|
||||
${namespace} = {
|
||||
headless.enable = false;
|
||||
|
||||
bootloader.lanzaboote.enable = true;
|
||||
|
||||
desktop.gnome.enable = true;
|
||||
@@ -61,7 +63,6 @@
|
||||
};
|
||||
|
||||
programs.coolercontrol.enable = true;
|
||||
systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false;
|
||||
|
||||
environment.variables = {
|
||||
GDK_SCALE = "1";
|
||||
@@ -81,6 +82,8 @@
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
displayManager.gdm.enable = lib.mkForce false;
|
||||
displayManager.sddm.wayland.enable = true;
|
||||
};
|
||||
|
||||
jovian = {
|
||||
@@ -95,11 +98,9 @@
|
||||
user = config.${namespace}.user.name;
|
||||
};
|
||||
};
|
||||
|
||||
services.displayManager.gdm.enable = lib.mkForce false;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
systemd = {
|
||||
services = {
|
||||
systemd-networkd-wait-online.enable = lib.mkForce false;
|
||||
power-profiles-daemon.enable = lib.mkForce false;
|
||||
inputplumber.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
@@ -29,6 +29,8 @@
|
||||
];
|
||||
|
||||
${namespace} = {
|
||||
headless.enable = false;
|
||||
|
||||
bootloader.lanzaboote.enable = true;
|
||||
|
||||
desktop = {
|
||||
|
||||
Reference in New Issue
Block a user