Use new slippi flake
This commit is contained in:
parent
400b6cc066
commit
dd1cf0685a
4 changed files with 13 additions and 10 deletions
17
flake.lock
17
flake.lock
|
@ -464,16 +464,17 @@
|
||||||
"nixpkgs": "nixpkgs_4"
|
"nixpkgs": "nixpkgs_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dirtyRev": "300f48c551e1f3942780fac97607308e641c86ef-dirty",
|
"lastModified": 1717012196,
|
||||||
"dirtyShortRev": "300f48c-dirty",
|
"narHash": "sha256-Ec+rw6b09Y7TvkyJMl2aeYKAkVsMDBbpFX36M9shkJU=",
|
||||||
"lastModified": 1717003381,
|
"owner": "lytedev",
|
||||||
"narHash": "sha256-a4ZJuN5EG7ECmYkNrMICU/QB6v7Obbv2nAhyy87057Y=",
|
"repo": "slippi-nix",
|
||||||
"type": "git",
|
"rev": "8acf1ffff22c8fe46916e132b510f9df21a82c1b",
|
||||||
"url": "file:///home/daniel/code/open-source/slippi-nix"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"owner": "lytedev",
|
||||||
"url": "file:///home/daniel/code/open-source/slippi-nix"
|
"repo": "slippi-nix",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sops-nix": {
|
"sops-nix": {
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
|
|
||||||
# ssbm.url = "github:lytedev/ssbm-nix";
|
# ssbm.url = "github:lytedev/ssbm-nix";
|
||||||
# ssbm.url = "git+file:///home/daniel/code/open-source/ssbm-nix";
|
# ssbm.url = "git+file:///home/daniel/code/open-source/ssbm-nix";
|
||||||
# slippi.url = "github:lytedev/slippi-nix";
|
slippi.url = "github:lytedev/slippi-nix";
|
||||||
slippi.url = "git+file:///home/daniel/code/open-source/slippi-nix";
|
# slippi.url = "git+file:///home/daniel/code/open-source/slippi-nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
services.displayManager.sddm.enable = true;
|
services.displayManager.sddm.enable = true;
|
||||||
services.displayManager.sddm.wayland.enable = true;
|
services.displayManager.sddm.wayland.enable = true;
|
||||||
|
services.xserver.enable = true;
|
||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
services.dbus.enable = true;
|
services.dbus.enable = true;
|
||||||
|
|
|
@ -64,6 +64,7 @@
|
||||||
slippi.launcher = {
|
slippi.launcher = {
|
||||||
enable = true;
|
enable = true;
|
||||||
isoPath = "${config.home-manager.users.daniel.home.homeDirectory}/../games/roms/dolphin/melee.iso";
|
isoPath = "${config.home-manager.users.daniel.home.homeDirectory}/../games/roms/dolphin/melee.iso";
|
||||||
|
launchMeleeOnPlay = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
hyprland
|
hyprland
|
||||||
|
|
Loading…
Reference in a new issue