[NixOS] Fixes

This commit is contained in:
Ivan Malison 2021-07-10 15:29:34 -06:00
parent 5a005c664c
commit 92d8483b9e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ pkgs }: { pkgs, ... }:
{ {
# Enable the gtk icon cache # Enable the gtk icon cache
gtk.iconCache.enable = true; gtk.iconCache.enable = true;

View File

@ -1,4 +1,4 @@
{ pkgs }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ic-keysmith ic-keysmith

View File

@ -4,6 +4,8 @@
imports = [ imports = [
<nixos-hardware/raspberry-pi/4> <nixos-hardware/raspberry-pi/4>
./base.nix ./base.nix
./fonts.nix
./internet-computer.nix
./essential-packages.nix ./essential-packages.nix
]; ];