some deletions
Before Width: | Height: | Size: 279 KiB |
Before Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 748 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 264 KiB |
Before Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 4.5 MiB |
Before Width: | Height: | Size: 1,006 KiB |
Before Width: | Height: | Size: 3 MiB |
|
@ -57,7 +57,7 @@
|
|||
locate.enable = true;
|
||||
media.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/Media/Music";
|
||||
musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/media/Music";
|
||||
};
|
||||
};
|
||||
style = {
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
locate.enable = true;
|
||||
media.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/Media/Music";
|
||||
musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/media/Music";
|
||||
};
|
||||
};
|
||||
style = {
|
||||
|
|
|
@ -9,7 +9,8 @@ in {
|
|||
options.modules.system.fonts = {
|
||||
# This defines extra fonts to be installed on the system.
|
||||
extraFonts = mkOption {
|
||||
type = nullOr (listOf package);
|
||||
type = listOf package;
|
||||
default = [];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ in {
|
|||
imports = [
|
||||
./qt.nix
|
||||
./gtk.nix
|
||||
./fonts.nix
|
||||
];
|
||||
|
||||
options.modules.style = {
|
||||
|
|
5
notes.md
|
@ -1,5 +0,0 @@
|
|||
# Used Stuff
|
||||
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/autorandr.nix
|
||||
https://github.com/phillipberndt/autorandr
|
||||
|
||||
|