Fix more kitty stuff on deck

This commit is contained in:
2023-07-04 23:17:33 +01:00
parent 271c2aec5c
commit a9cae0f3ea
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
name = name;
paths = [
(pkgs.writeShellScriptBin name ''
${pkgs.nixgl.nixGLIntel}/bin/nixGLIntel ${program}/bin/${name}
${pkgs.nixgl.nixGLIntel}/bin/nixGLIntel ${program}/bin/${name} $@
'')
program
];

View File

@@ -16,8 +16,8 @@
feh
go
gopls
iosevka
minisign
(nerdfonts.override {fonts = ["Iosevka"];})
nodejs
oh-my-zsh
rust-analyzer
@@ -32,6 +32,8 @@ in {
./podman.nix
];
fonts.fontconfig.enable = true;
home = {
username = defaultUser;
homeDirectory = "/home/${defaultUser}";