Compare commits
1 commit
c10a3036c8
...
83a6138541
Author | SHA1 | Date | |
---|---|---|---|
Chandler Swift | 83a6138541 |
|
@ -124,8 +124,8 @@
|
||||||
home-manager.users.chandler = { pkgs, ... }: {
|
home-manager.users.chandler = { pkgs, ... }: {
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
"factorio-alpha"
|
||||||
"discord"
|
"discord"
|
||||||
"factorio-space-age"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -145,6 +145,7 @@
|
||||||
qgis
|
qgis
|
||||||
|
|
||||||
# command line applications
|
# command line applications
|
||||||
|
beets
|
||||||
iperf
|
iperf
|
||||||
units
|
units
|
||||||
|
|
||||||
|
@ -164,7 +165,7 @@
|
||||||
|
|
||||||
# Unfree:
|
# Unfree:
|
||||||
discord
|
discord
|
||||||
factorio-space-age
|
factorio
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.thunderbird.enable = true;
|
programs.thunderbird.enable = true;
|
||||||
|
@ -217,7 +218,6 @@
|
||||||
"*~"
|
"*~"
|
||||||
"\\#*\\#"
|
"\\#*\\#"
|
||||||
"venv"
|
"venv"
|
||||||
".direnv"
|
|
||||||
];
|
];
|
||||||
hooks = {
|
hooks = {
|
||||||
pre-commit = ./git-pre-commit-hook;
|
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 = {
|
programs.chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = [
|
extensions = [
|
||||||
|
|
Loading…
Reference in a new issue