Enable wine on odo and update nix_builder.
This commit is contained in:
8
nix/configuration/flake.lock
generated
8
nix/configuration/flake.lock
generated
@@ -170,11 +170,11 @@
|
|||||||
"rust-overlay": "rust-overlay_2"
|
"rust-overlay": "rust-overlay_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1783278211,
|
"lastModified": 1784398011,
|
||||||
"narHash": "sha256-/1u+MIQIge+cNPukQoK4Jp8nLuFZRbx4U+MyyxG0RpM=",
|
"narHash": "sha256-RMBrYkNpcOlPvX3LaI3qdZfqgX+R3/D3tsJhxLJJiak=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "9281ba7e10d362d4edb489d0df0e78936dfe7b58",
|
"rev": "59fdbf41efdd0bbd0341a7534738149b33bd557f",
|
||||||
"revCount": 32,
|
"revCount": 37,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.fizz.buzz/talexander/nix_builder.git"
|
"url": "https://code.fizz.buzz/talexander/nix_builder.git"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -152,7 +152,7 @@
|
|||||||
me.wasm.enable = true;
|
me.wasm.enable = true;
|
||||||
me.waybar.enable = true;
|
me.waybar.enable = true;
|
||||||
me.webcam.enable = true;
|
me.webcam.enable = true;
|
||||||
me.wine.enable = false;
|
me.wine.enable = true;
|
||||||
me.wireguard.activated = [
|
me.wireguard.activated = [
|
||||||
"drmario"
|
"drmario"
|
||||||
"wgh"
|
"wgh"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
config = lib.mkIf (config.me.wine.enable && config.me.graphical) {
|
config = lib.mkIf (config.me.wine.enable && config.me.graphical) {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# wineWowPackages.stable # supports 32 + 64 bit
|
# wineWowPackages.stable # supports 32 + 64 bit
|
||||||
wineWowPackages.waylandFull # Supports 32 + 64 bit with native wayland support.
|
wineWow64Packages.waylandFull # Supports 32 + 64 bit with native wayland support.
|
||||||
# winetricks
|
# winetricks
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user