Use stable yuzu

This commit is contained in:
Dave Gallant
2024-01-28 17:46:34 -05:00
parent d66724f10b
commit 6dd8134b84
3 changed files with 14 additions and 9 deletions

12
flake.lock generated
View File

@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1705915768,
"narHash": "sha256-+Jlz8OAqkOwJlioac9wtpsCnjgGYUhvLpgJR/5tP9po=",
"lastModified": 1706405065,
"narHash": "sha256-femlVBNWgr9a6HfBUzhBF/9S8VBlaHDKcEm8B89O+zc=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "1e706ef323de76236eb183d7784f3bd57255ec0b",
"rev": "0108864c15bb68ad57d17fb2e7d3a3e025751d79",
"type": "github"
},
"original": {
@@ -91,11 +91,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1706173671,
"narHash": "sha256-lciR7kQUK2FCAYuszyd7zyRRmTaXVeoZsCyK6QFpGdk=",
"lastModified": 1706367331,
"narHash": "sha256-AqgkGHRrI6h/8FWuVbnkfFmXr4Bqsr4fV23aISqj/xg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4fddc9be4eaf195d631333908f2a454b03628ee5",
"rev": "160b762eda6d139ac10ae081f8f78d640dd523eb",
"type": "github"
},
"original": {

View File

@@ -153,8 +153,7 @@ in {
export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
export
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
alias xdg-open=open
alias xdg-open=open
fi
# helm
@@ -169,6 +168,12 @@ in {
# make completion work with kubecolor
compdef kubecolor=kubectl
hostSpecificHomeManager() {
echo 'hello'
}
alias home-manager=hostSpecificHomeManager
pfetch
'';

View File

@@ -63,7 +63,6 @@ in {
unstable.obsidian
unstable.signal-desktop
unstable.unityhub
unstable.yuzu
unstable.zoom-us
usbutils
virt-manager
@@ -72,6 +71,7 @@ in {
wine
wine64
wireshark-qt
yuzu
];
in
linux;