chore: remove fonts from shared modules
This commit is contained in:
parent
5fb3a5adeb
commit
5bc32bece2
3 changed files with 2 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
|||
./hardware-configuration.nix
|
||||
../../home/wayland
|
||||
../../modules
|
||||
../../modules/fonts.nix
|
||||
];
|
||||
|
||||
# bootloader
|
||||
|
|
|
@ -5,6 +5,5 @@
|
|||
./tailscale.nix
|
||||
./security.nix
|
||||
./udevd.nix
|
||||
./fonts.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
|
||||
services.greetd = {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
|
|
Loading…
Reference in a new issue