forked from colonelpanic/dotfiles
[NixOS] Fixes
This commit is contained in:
parent
5a005c664c
commit
92d8483b9e
@ -1,4 +1,4 @@
|
||||
{ pkgs }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Enable the gtk icon cache
|
||||
gtk.iconCache.enable = true;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkgs }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
ic-keysmith
|
||||
|
@ -4,6 +4,8 @@
|
||||
imports = [
|
||||
<nixos-hardware/raspberry-pi/4>
|
||||
./base.nix
|
||||
./fonts.nix
|
||||
./internet-computer.nix
|
||||
./essential-packages.nix
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user