From 6dd8134b84dcc8df9ef0d593507077b28d887191 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 28 Jan 2024 17:46:34 -0500 Subject: [PATCH] Use stable yuzu --- flake.lock | 12 ++++++------ home/default.nix | 9 +++++++-- modules/packages/linux.nix | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index fa83d4f..f31b173 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/home/default.nix b/home/default.nix index d05c203..5c1ed24 100644 --- a/home/default.nix +++ b/home/default.nix @@ -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 ''; diff --git a/modules/packages/linux.nix b/modules/packages/linux.nix index bc848a7..26ebbc3 100644 --- a/modules/packages/linux.nix +++ b/modules/packages/linux.nix @@ -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;