Compare commits
No commits in common. "4b14e7fad0285260896195cf81cad40260e9549e" and "965f471113e3d60f7016a27747cffde7e5d725af" have entirely different histories.
4b14e7fad0
...
965f471113
2 changed files with 9 additions and 10 deletions
|
@ -26,6 +26,8 @@
|
||||||
inputs.ucodenix.nixosModules.default
|
inputs.ucodenix.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Use the latest linux Kernel
|
# Use the latest linux Kernel
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
|
@ -180,7 +182,6 @@
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
dwarfs
|
dwarfs
|
||||||
unrar
|
unrar
|
||||||
mpv
|
|
||||||
|
|
||||||
wineWowPackages.stable
|
wineWowPackages.stable
|
||||||
winetricks
|
winetricks
|
||||||
|
@ -242,7 +243,6 @@
|
||||||
dotnetCorePackages.dotnet_8.sdk
|
dotnetCorePackages.dotnet_8.sdk
|
||||||
dotnetCorePackages.sdk_8_0_3xx
|
dotnetCorePackages.sdk_8_0_3xx
|
||||||
alsa-lib
|
alsa-lib
|
||||||
icu
|
|
||||||
# === Godot ===
|
# === Godot ===
|
||||||
|
|
||||||
# === Ludusavi ===
|
# === Ludusavi ===
|
||||||
|
@ -264,6 +264,7 @@
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
|
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
virtualisation.docker.storageDriver = "btrfs";
|
virtualisation.docker.storageDriver = "btrfs";
|
||||||
|
@ -311,8 +312,6 @@
|
||||||
FLAKE = "/home/buymymojo/etc/nixos/";
|
FLAKE = "/home/buymymojo/etc/nixos/";
|
||||||
|
|
||||||
MANGOHUD = "1";
|
MANGOHUD = "1";
|
||||||
|
|
||||||
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT = "1"; # Fixes godot 4 mono's launch issues
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
12
nixos/flake.lock
generated
12
nixos/flake.lock
generated
|
@ -24,11 +24,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742996658,
|
"lastModified": 1742957044,
|
||||||
"narHash": "sha256-snxgTLVq6ooaD3W3mPHu7LVWpoZKczhxHAUZy2ea4oA=",
|
"narHash": "sha256-gwW0tBIA77g6qq45y220drTy0DmThF3fJMwVFUtYV9c=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "693840c01b9bef9e54100239cef937e53d4661bf",
|
"rev": "ce287a5cd3ef78203bc78021447f937a988d9f6f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -81,11 +81,11 @@
|
||||||
},
|
},
|
||||||
"unstable": {
|
"unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742889210,
|
"lastModified": 1742669843,
|
||||||
"narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=",
|
"narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "698214a32beb4f4c8e3942372c694f40848b360d",
|
"rev": "1e5b653dff12029333a6546c11e108ede13052eb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue