Compare commits
No commits in common. "8aba0be0b42ae0410a601e87ec3ec16105ce0682" and "4e15d8da53c7bc554f0e97de8e57c7abc44b8cec" have entirely different histories.
8aba0be0b4
...
4e15d8da53
2 changed files with 3 additions and 3 deletions
|
@ -684,13 +684,13 @@
|
|||
"revCount": 833,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
|
||||
},
|
||||
"original": {
|
||||
"dir": "packaging/nix",
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
|
||||
}
|
||||
},
|
||||
"xwayland-satellite-stable": {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
home.homeDirectory = "/Users/zynh";
|
||||
|
||||
programs.fish.shellAbbrs = {
|
||||
rebuild = /* bash */ "darwin-rebuild switch --flake ~/nixos#little-lightning &| nom";
|
||||
rebuild = /* bash */ "darwin-rebuild switch --flake ~/nixos#little-lightning |& nom";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue