Compare commits
2 commits
4e15d8da53
...
8aba0be0b4
Author | SHA1 | Date | |
---|---|---|---|
8aba0be0b4 | |||
dc4a69b73a |
2 changed files with 3 additions and 3 deletions
|
@ -684,13 +684,13 @@
|
||||||
"revCount": 833,
|
"revCount": 833,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
|
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"dir": "packaging/nix",
|
"dir": "packaging/nix",
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
|
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"xwayland-satellite-stable": {
|
"xwayland-satellite-stable": {
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
home.homeDirectory = "/Users/zynh";
|
home.homeDirectory = "/Users/zynh";
|
||||||
|
|
||||||
programs.fish.shellAbbrs = {
|
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; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue