mirror of
https://github.com/davegallant/nix-config
synced 2025-10-05 19:56:01 +00:00
Use stable yuzu
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -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": {
|
||||
|
@@ -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
|
||||
'';
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user