fixing inkscape typo

This commit is contained in:
cnst
2024-08-02 21:32:50 +02:00
parent f99d9fe4e5
commit 6b0f1f91f0
3 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
imports = [ imports = [
./home ./home
./nixos/hosts ./hosts
./nixos/pkgs # ./nixos/pkgs
]; ];
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {

View File

@@ -1,5 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gimp-with-plugins inkscape-with-extensions
]; ];
} }

View File

@@ -6,7 +6,7 @@
extraLayouts.hhkbse = { extraLayouts.hhkbse = {
description = "HHKBse by cnst"; description = "HHKBse by cnst";
languages = ["se"]; languages = ["se"];
symbolsFile = /home/cnst/.nix-config/nixos/hosts/cnix/xkb/symbols/hhkbse; symbolsFile = /home/cnst/.nix-config/hosts/cnix/xkb/symbols/hhkbse;
}; };
layout = "hhkbse"; layout = "hhkbse";
# dir = "/home/cnst/.nix-config/nixos/xkb"; # dir = "/home/cnst/.nix-config/nixos/xkb";