update
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
./git.nix
|
||||
./hyprlock.nix
|
||||
./inkscape.nix
|
||||
./ktouch.nix
|
||||
./libreoffice.nix
|
||||
./messenger.nix
|
||||
./neovim
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs.libsForQt5; [ ktouch ];
|
||||
}
|
||||
@@ -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"; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user