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"
|
||||
},
|
||||
"locked": {
|
||||
"dirtyRev": "300f48c551e1f3942780fac97607308e641c86ef-dirty",
|
||||
"dirtyShortRev": "300f48c-dirty",
|
||||
"lastModified": 1717003381,
|
||||
"narHash": "sha256-a4ZJuN5EG7ECmYkNrMICU/QB6v7Obbv2nAhyy87057Y=",
|
||||
"type": "git",
|
||||
"url": "file:///home/daniel/code/open-source/slippi-nix"
|
||||
"lastModified": 1717012196,
|
||||
"narHash": "sha256-Ec+rw6b09Y7TvkyJMl2aeYKAkVsMDBbpFX36M9shkJU=",
|
||||
"owner": "lytedev",
|
||||
"repo": "slippi-nix",
|
||||
"rev": "8acf1ffff22c8fe46916e132b510f9df21a82c1b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "file:///home/daniel/code/open-source/slippi-nix"
|
||||
"owner": "lytedev",
|
||||
"repo": "slippi-nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"sops-nix": {
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
|
||||
# ssbm.url = "github:lytedev/ssbm-nix";
|
||||
# ssbm.url = "git+file:///home/daniel/code/open-source/ssbm-nix";
|
||||
# slippi.url = "github:lytedev/slippi-nix";
|
||||
slippi.url = "git+file:///home/daniel/code/open-source/slippi-nix";
|
||||
slippi.url = "github:lytedev/slippi-nix";
|
||||
# slippi.url = "git+file:///home/daniel/code/open-source/slippi-nix";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
services.desktopManager.plasma6.enable = true;
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
services.xserver.enable = true;
|
||||
qt.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
services.dbus.enable = true;
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
slippi.launcher = {
|
||||
enable = true;
|
||||
isoPath = "${config.home-manager.users.daniel.home.homeDirectory}/../games/roms/dolphin/melee.iso";
|
||||
launchMeleeOnPlay = false;
|
||||
};
|
||||
}
|
||||
hyprland
|
||||
|
|
Loading…
Reference in a new issue