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 = [
./home
./nixos/hosts
./nixos/pkgs
./hosts
# ./nixos/pkgs
];
perSystem = {pkgs, ...}: {

View File

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

View File

@@ -6,7 +6,7 @@
extraLayouts.hhkbse = {
description = "HHKBse by cnst";
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";
# dir = "/home/cnst/.nix-config/nixos/xkb";