Compare commits
2 commits
dd2654a5d0
...
e82abbaf78
Author | SHA1 | Date | |
---|---|---|---|
e82abbaf78 | |||
45396bda97 |
5 changed files with 9 additions and 1 deletions
|
@ -20,6 +20,7 @@ _: {
|
|||
{ directory = ".config/nvim"; method = "symlink"; }
|
||||
{ directory = ".config/Signal Beta"; method = "symlink"; }
|
||||
{ directory = ".config/spotify"; method = "symlink"; }
|
||||
{ directory = ".config/supertuxkart"; method = "symlink"; }
|
||||
{ directory = ".config/transmission-daemon"; method = "symlink"; }
|
||||
{ directory = ".config/transmission-remote-gtk"; method = "symlink"; }
|
||||
{ directory = ".fly"; method = "symlink"; }
|
||||
|
@ -30,6 +31,7 @@ _: {
|
|||
{ directory = ".local/share/lutris"; method = "symlink"; }
|
||||
{ directory = ".local/share/nix"; method = "symlink"; }
|
||||
{ directory = ".local/share/nvim"; method = "symlink"; }
|
||||
{ directory = ".local/share/supertuxkart"; method = "symlink"; }
|
||||
{ directory = ".local/share/systemd"; method = "symlink"; }
|
||||
{ directory = ".local/share/TelegramDesktop"; method = "symlink"; }
|
||||
{ directory = ".local/share/zoxide"; method = "symlink"; }
|
||||
|
|
|
@ -44,7 +44,10 @@
|
|||
];
|
||||
|
||||
programs = {
|
||||
fzf.enable = true;
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
};
|
||||
lazygit.enable = true;
|
||||
nix-index.enable = true;
|
||||
zoxide.enable = true;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
};
|
||||
yazi = {
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
settings = {
|
||||
manager = {
|
||||
sort_by = "natural";
|
||||
|
|
|
@ -24,6 +24,7 @@ in
|
|||
{
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
configDir = pkgs.callPackage configDir { };
|
||||
};
|
||||
systemd.user.services = {
|
||||
|
|
|
@ -5,6 +5,7 @@ _: {
|
|||
];
|
||||
|
||||
programs = {
|
||||
programs.command-not-found.enable = false;
|
||||
dconf.enable = true;
|
||||
fuse.userAllowOther = true;
|
||||
git.enable = true;
|
||||
|
|
Loading…
Reference in a new issue