diff options
| author | 2025-10-30 18:58:35 -0400 | |
|---|---|---|
| committer | 2025-10-30 18:58:35 -0400 | |
| commit | 44edb4b57655de5b21c51d0471e2ea02ac469c0c (patch) | |
| tree | 3717d482a17d4530b1759057764ce243d6a927d2 /nix_archive/hosts/sofue | |
| parent | 342f1dcf115f998cbb5d27c5593e215b01e5b7a4 (diff) | |
| download | dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.tar.gz dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.tar.bz2 dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.zip | |
Fix out of date nix stuff, config edits
Diffstat (limited to 'nix_archive/hosts/sofue')
| -rw-r--r-- | nix_archive/hosts/sofue/programs.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix_archive/hosts/sofue/programs.nix b/nix_archive/hosts/sofue/programs.nix index d964fbf..314f96c 100644 --- a/nix_archive/hosts/sofue/programs.nix +++ b/nix_archive/hosts/sofue/programs.nix @@ -19,9 +19,9 @@ (asNeeded "imv" ["imv"]) (asNeeded "mpv" ["mpv"]) (asNeeded "vlc" ["vlc"]) - #camu - #camu-devshell - #mauri + camu + camu-devshell + mauri ]; local.scripts.imports = [ "discord-wayland" |