framework-2024-10-07-20-05-35

This commit is contained in:
Alexander Szczepanski
2024-10-07 20:05:35 +02:00
parent 9ad09197c8
commit ca9c54132c
2 changed files with 11 additions and 1 deletions

View File

@ -12,6 +12,10 @@
}; };
}; };
xdg.portal = {
enable = true;
};
environment = { environment = {
sessionVariables = { sessionVariables = {
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";

View File

@ -68,7 +68,13 @@ in
# system = "x86_64-linux"; # system = "x86_64-linux";
# }; # };
nix.settings.system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-alderlake" ]; nix.settings.system-features = [
"nixos-test"
"benchmark"
"big-parallel"
"kvm"
"gccarch-alderlake"
];
networking = { networking = {
hostName = "framework"; hostName = "framework";