Compare commits
No commits in common. "8cbbcf70fd8d2da7ad7c3c043e3f2217051381f5" and "a0b30d6ceb5e63f4765922ae30e5fc6be83c1ec7" have entirely different histories.
8cbbcf70fd
...
a0b30d6ceb
|
@ -57,9 +57,6 @@
|
||||||
|
|
||||||
users.users.tvb = {
|
users.users.tvb = {
|
||||||
extraGroups = [ "networkmanager" ];
|
extraGroups = [ "networkmanager" ];
|
||||||
packages = [
|
|
||||||
(pkgs.writeShellScriptBin "yt-dlp" ''exec $HOME/.yt-dlp/bin/yt-dlp "$@"'')
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configs needed to run TF2 on integrated graphics
|
# Configs needed to run TF2 on integrated graphics
|
||||||
|
@ -72,7 +69,6 @@
|
||||||
beatific.extraPrograms = true;
|
beatific.extraPrograms = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
comic-mono
|
comic-mono
|
||||||
ffmpeg
|
|
||||||
firefox
|
firefox
|
||||||
gnome.gnome-terminal
|
gnome.gnome-terminal
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|
|
@ -108,7 +108,6 @@ in {
|
||||||
htmlq # jq for html
|
htmlq # jq for html
|
||||||
jq # jq for json
|
jq # jq for json
|
||||||
nebula
|
nebula
|
||||||
poppler_utils # provides pdfto* utils, allows lesspipe to read pdfs
|
|
||||||
psmisc # provides killall
|
psmisc # provides killall
|
||||||
python3
|
python3
|
||||||
rsync
|
rsync
|
||||||
|
@ -126,15 +125,7 @@ in {
|
||||||
programs = {
|
programs = {
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config.init.defaultBranch = "master";
|
||||||
init.defaultBranch = "master";
|
|
||||||
merge.conflictstyle = "diff3";
|
|
||||||
alias = {
|
|
||||||
amend = "commit --amend";
|
|
||||||
fixup = "commit --amend --no-edit";
|
|
||||||
pick = "cherry-pick";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
htop.enable = true;
|
htop.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue