Compare commits

..

1 commit

Author SHA1 Message Date
Chandler Swift 83a6138541
Serve swiftgang.net on www instead 2024-11-25 23:15:07 -06:00

View file

@ -124,8 +124,8 @@
home-manager.users.chandler = { pkgs, ... }: {
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"factorio-alpha"
"discord"
"factorio-space-age"
];
home.packages = with pkgs; [
@ -145,6 +145,7 @@
qgis
# command line applications
beets
iperf
units
@ -164,7 +165,7 @@
# Unfree:
discord
factorio-space-age
factorio
];
programs.thunderbird.enable = true;
@ -217,7 +218,6 @@
"*~"
"\\#*\\#"
"venv"
".direnv"
];
hooks = {
pre-commit = ./git-pre-commit-hook;
@ -251,21 +251,6 @@
# };
};
programs.beets = {
enable = true;
settings = {
directory = "~/nas/chandler/public/media/music";
library = "~/nas/chandler/public/media/music/beets.db";
plugins = [
"fetchart"
# "lyrics"
# "subsonicupdate" # TODO
"mbsubmit"
"edit"
];
};
};
programs.chromium = {
enable = true;
extensions = [