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
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
init = {
|
init = {
|
||||||
defaultBranch = "master";
|
defaultBranch = "main";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -109,6 +109,7 @@ in {
|
||||||
lsd
|
lsd
|
||||||
viu
|
viu
|
||||||
logseq
|
logseq
|
||||||
|
nix-tree
|
||||||
android-studio
|
android-studio
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue