1
0
mirror of https://gitlab.com/Zaney/zaneyos.git synced 2025-07-13 02:45:23 +02:00

fix minor mistake of adding fuse to wrong packages.nix

This commit is contained in:
Tyler Kelley
2024-02-11 21:46:29 -06:00
parent 9462cb8e35
commit a307eb43d0
2 changed files with 1 additions and 1 deletions
config

@ -27,5 +27,4 @@ in {
];
programs.gh.enable = true;
programs.fuse.userAllowOther = true;
}

@ -23,6 +23,7 @@
xwayland.enable = true;
};
programs.fuse.userAllowOther = true;
programs.mtr.enable = true;
programs.gnupg.agent = {
enable = true;