This commit is contained in:
2025-08-21 21:58:50 +02:00
parent 275ad616c4
commit 1c0aca9921
6 changed files with 80 additions and 69 deletions

View File

@@ -9,7 +9,6 @@
./git.nix
./hyprlock.nix
./inkscape.nix
./ktouch.nix
./libreoffice.nix
./messenger.nix
./neovim

View File

@@ -1,5 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs.libsForQt5; [ ktouch ];
}

View File

@@ -11,7 +11,7 @@ let
};
};
mkLuaConfig = file: args:
builtins.readFile "${pkgs.substituteAll (args // { src = file; })}";
builtins.readFile (pkgs.replaceVars file args);
in {
home.sessionVariables = { EDITOR = "nvim"; };