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