mirror of
https://github.com/davegallant/nix-config
synced 2025-10-05 15:46:02 +00:00
Use stable yuzu
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -7,11 +7,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1705915768,
|
"lastModified": 1706405065,
|
||||||
"narHash": "sha256-+Jlz8OAqkOwJlioac9wtpsCnjgGYUhvLpgJR/5tP9po=",
|
"narHash": "sha256-femlVBNWgr9a6HfBUzhBF/9S8VBlaHDKcEm8B89O+zc=",
|
||||||
"owner": "lnl7",
|
"owner": "lnl7",
|
||||||
"repo": "nix-darwin",
|
"repo": "nix-darwin",
|
||||||
"rev": "1e706ef323de76236eb183d7784f3bd57255ec0b",
|
"rev": "0108864c15bb68ad57d17fb2e7d3a3e025751d79",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -91,11 +91,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1706173671,
|
"lastModified": 1706367331,
|
||||||
"narHash": "sha256-lciR7kQUK2FCAYuszyd7zyRRmTaXVeoZsCyK6QFpGdk=",
|
"narHash": "sha256-AqgkGHRrI6h/8FWuVbnkfFmXr4Bqsr4fV23aISqj/xg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4fddc9be4eaf195d631333908f2a454b03628ee5",
|
"rev": "160b762eda6d139ac10ae081f8f78d640dd523eb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -153,8 +153,7 @@ in {
|
|||||||
export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
|
export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
|
||||||
export
|
export
|
||||||
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
||||||
|
alias xdg-open=open
|
||||||
alias xdg-open=open
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# helm
|
# helm
|
||||||
@@ -169,6 +168,12 @@ in {
|
|||||||
# make completion work with kubecolor
|
# make completion work with kubecolor
|
||||||
compdef kubecolor=kubectl
|
compdef kubecolor=kubectl
|
||||||
|
|
||||||
|
hostSpecificHomeManager() {
|
||||||
|
echo 'hello'
|
||||||
|
}
|
||||||
|
alias home-manager=hostSpecificHomeManager
|
||||||
|
|
||||||
|
|
||||||
pfetch
|
pfetch
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@@ -63,7 +63,6 @@ in {
|
|||||||
unstable.obsidian
|
unstable.obsidian
|
||||||
unstable.signal-desktop
|
unstable.signal-desktop
|
||||||
unstable.unityhub
|
unstable.unityhub
|
||||||
unstable.yuzu
|
|
||||||
unstable.zoom-us
|
unstable.zoom-us
|
||||||
usbutils
|
usbutils
|
||||||
virt-manager
|
virt-manager
|
||||||
@@ -72,6 +71,7 @@ in {
|
|||||||
wine
|
wine
|
||||||
wine64
|
wine64
|
||||||
wireshark-qt
|
wireshark-qt
|
||||||
|
yuzu
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
linux;
|
linux;
|
||||||
|
Reference in New Issue
Block a user