mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-17 03:21:25 -04:00
Fixed that issue
This commit is contained in:
parent
a25cc4f75e
commit
27891ba7fb
2 changed files with 2 additions and 7 deletions
|
|
@ -10,10 +10,5 @@
|
|||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
packages.gui.enable = false;
|
||||
packages.wayland.enable = false;
|
||||
packages.programming.enable = false;
|
||||
|
||||
users.crow.enable = false;
|
||||
users.overseer.enable = true;
|
||||
user.overseer.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
fonts.module = with pkgs; [
|
||||
fonts.packages = with pkgs; [
|
||||
font-awesome
|
||||
nerdfonts
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue