some deletions

This commit is contained in:
Charlie Root 2024-08-20 20:26:01 +02:00
commit 514fae59a0
15 changed files with 5 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 748 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,006 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 MiB

View file

@ -57,7 +57,7 @@
locate.enable = true; locate.enable = true;
media.mpd = { media.mpd = {
enable = true; enable = true;
musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/Media/Music"; musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/media/Music";
}; };
}; };
style = { style = {

View file

@ -51,7 +51,7 @@
locate.enable = true; locate.enable = true;
media.mpd = { media.mpd = {
enable = true; enable = true;
musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/Media/Music"; musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/media/Music";
}; };
}; };
style = { style = {

View file

@ -9,7 +9,8 @@ in {
options.modules.system.fonts = { options.modules.system.fonts = {
# This defines extra fonts to be installed on the system. # This defines extra fonts to be installed on the system.
extraFonts = mkOption { extraFonts = mkOption {
type = nullOr (listOf package); type = listOf package;
default = [];
}; };
}; };
} }

View file

@ -9,6 +9,7 @@ in {
imports = [ imports = [
./qt.nix ./qt.nix
./gtk.nix ./gtk.nix
./fonts.nix
]; ];
options.modules.style = { options.modules.style = {

View file

@ -1,5 +0,0 @@
# Used Stuff
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/autorandr.nix
https://github.com/phillipberndt/autorandr