fonts, steam: convert to nixos modules
This commit is contained in:
parent
049e3ff091
commit
e3068a144a
5 changed files with 35 additions and 15 deletions
|
@ -5,7 +5,6 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
./home.nix
|
||||
../../services/evolution.nix
|
||||
../../services/fonts.nix
|
||||
../../services/steam.nix
|
||||
./syncthing.nix
|
||||
|
@ -16,6 +15,10 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.systemd-boot.editor = false;
|
||||
|
||||
programs.evolution.enable = true;
|
||||
qenya.services.fonts.enable = true;
|
||||
qenya.services.steam.enable = true;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue