Compare commits

..

No commits in common. "02e704a1bab7f1c7550ada663b5c75dfbedb1dbd" and "86b388f501e048e9b9906dbebb17df9c99cc1da7" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -1 +0,0 @@
quitOnTopLevelReturn: true

View file

@ -35,7 +35,7 @@ in {
};
nix.settings.trusted-users = [ "mrflos" ];
home-manager.backupFileExtension = "backup";
home-manager.users.mrflos = { pkgs, ... }: {
home.stateVersion = "23.05";
home.packages = with pkgs; [
@ -69,11 +69,6 @@ in {
recursive = true;
};
"./.config/lazygit/" = {
source = ../dotfiles/lazygit;
recursive = true;
};
"./.config/tmux/" = {
source = ../dotfiles/tmux;
recursive = true;