mirror of
https://github.com/zoriya/flake.git
synced 2026-05-31 10:02:47 +00:00
Enable gfold
This commit is contained in:
@@ -204,6 +204,10 @@
|
||||
config = {warn_timeout = "500h";};
|
||||
};
|
||||
|
||||
xdg.configFile."gfold.toml".text = ''
|
||||
display_mode = "Classic"
|
||||
'';
|
||||
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
eza
|
||||
@@ -228,6 +232,7 @@
|
||||
nodePackages.live-server
|
||||
nvim
|
||||
rename # this is perl-rename
|
||||
gfold
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.isLinux [
|
||||
usbutils
|
||||
|
||||
Reference in New Issue
Block a user