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:
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;
|
||||
|
Reference in New Issue
Block a user