[NixOS] Fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
# Enable the gtk icon cache
|
# Enable the gtk icon cache
|
||||||
gtk.iconCache.enable = true;
|
gtk.iconCache.enable = true;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ic-keysmith
|
ic-keysmith
|
||||||
|
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user