messing round
This commit is contained in:
parent
a62b8eda21
commit
043206d30a
|
@ -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
|
||||
# started in user sessions.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
|
||||
init = {
|
||||
defaultBranch = "master";
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
".config/btop/btop.conf".source = ../../dotfiles/btop.conf;
|
||||
# ".gitconfig".source = ../../dotfiles/.gitconfig;
|
||||
|
||||
|
||||
".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg;
|
||||
};
|
||||
|
||||
|
|
|
@ -109,6 +109,7 @@ in {
|
|||
lsd
|
||||
viu
|
||||
logseq
|
||||
nix-tree
|
||||
android-studio
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue