Fixed config, now just some theming
This commit is contained in:
@@ -49,13 +49,6 @@ outputs =
|
||||
lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
#nerdfonts
|
||||
({ config, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nerdfonts.packages.iosevka
|
||||
nerdfonts.packages.firacode
|
||||
];
|
||||
})
|
||||
|
||||
# Import machine-specific configurations
|
||||
./assets/flake/machines/traveldroid/top.nix
|
||||
|
||||
Reference in New Issue
Block a user