messing round

This commit is contained in:
Tasia Iso 2024-07-31 16:27:07 +02:00
parent a62b8eda21
commit 043206d30a
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
4 changed files with 4 additions and 2 deletions

View file

@ -98,7 +98,7 @@
]; ];
}; };
boot.kernelPackages = pkgs.linuxPackages_6_6; # boot.kernelPackages = pkgs.linuxPackages_6_6;
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.

View file

@ -12,7 +12,7 @@
}; };
init = { init = {
defaultBranch = "master"; defaultBranch = "main";
}; };
}; };
}; };

View file

@ -31,6 +31,7 @@
".config/btop/btop.conf".source = ../../dotfiles/btop.conf; ".config/btop/btop.conf".source = ../../dotfiles/btop.conf;
# ".gitconfig".source = ../../dotfiles/.gitconfig; # ".gitconfig".source = ../../dotfiles/.gitconfig;
".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg; ".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg;
}; };

View file

@ -109,6 +109,7 @@ in {
lsd lsd
viu viu
logseq logseq
nix-tree
android-studio android-studio
]; ];