Compare commits
3 commits
965f471113
...
4b14e7fad0
Author | SHA1 | Date | |
---|---|---|---|
|
4b14e7fad0 | ||
|
59ce492ea1 | ||
|
04d820913e |
2 changed files with 10 additions and 9 deletions
|
@ -26,8 +26,6 @@
|
||||||
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;
|
||||||
|
|
||||||
|
@ -182,6 +180,7 @@
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
dwarfs
|
dwarfs
|
||||||
unrar
|
unrar
|
||||||
|
mpv
|
||||||
|
|
||||||
wineWowPackages.stable
|
wineWowPackages.stable
|
||||||
winetricks
|
winetricks
|
||||||
|
@ -243,6 +242,7 @@
|
||||||
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,7 +264,6 @@
|
||||||
# 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";
|
||||||
|
@ -312,6 +311,8 @@
|
||||||
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": 1742957044,
|
"lastModified": 1742996658,
|
||||||
"narHash": "sha256-gwW0tBIA77g6qq45y220drTy0DmThF3fJMwVFUtYV9c=",
|
"narHash": "sha256-snxgTLVq6ooaD3W3mPHu7LVWpoZKczhxHAUZy2ea4oA=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "ce287a5cd3ef78203bc78021447f937a988d9f6f",
|
"rev": "693840c01b9bef9e54100239cef937e53d4661bf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -81,11 +81,11 @@
|
||||||
},
|
},
|
||||||
"unstable": {
|
"unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742669843,
|
"lastModified": 1742889210,
|
||||||
"narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=",
|
"narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1e5b653dff12029333a6546c11e108ede13052eb",
|
"rev": "698214a32beb4f4c8e3942372c694f40848b360d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue