Compare commits
No commits in common. "02e704a1bab7f1c7550ada663b5c75dfbedb1dbd" and "86b388f501e048e9b9906dbebb17df9c99cc1da7" have entirely different histories.
02e704a1ba
...
86b388f501
2 changed files with 1 additions and 7 deletions
|
@ -1 +0,0 @@
|
||||||
quitOnTopLevelReturn: true
|
|
|
@ -35,7 +35,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.trusted-users = [ "mrflos" ];
|
nix.settings.trusted-users = [ "mrflos" ];
|
||||||
home-manager.backupFileExtension = "backup";
|
|
||||||
home-manager.users.mrflos = { pkgs, ... }: {
|
home-manager.users.mrflos = { pkgs, ... }: {
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -69,11 +69,6 @@ in {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"./.config/lazygit/" = {
|
|
||||||
source = ../dotfiles/lazygit;
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
"./.config/tmux/" = {
|
"./.config/tmux/" = {
|
||||||
source = ../dotfiles/tmux;
|
source = ../dotfiles/tmux;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue