Compare commits

..

3 Commits

Author SHA1 Message Date
b4e0d9f475 updated hyprland 2026-07-04 16:43:50 +01:00
59575477d5 fixed kitty and added to core 2026-07-04 16:43:46 +01:00
f3e93f9ae7 fixed carapace 2026-07-04 16:43:37 +01:00
4 changed files with 18 additions and 17 deletions

8
flake.lock generated
View File

@@ -282,11 +282,11 @@
"wshowkeys": "wshowkeys" "wshowkeys": "wshowkeys"
}, },
"locked": { "locked": {
"lastModified": 1783173691, "lastModified": 1783179784,
"narHash": "sha256-t6ujNphnp5ix/WOrotyjORkSnt7YlpcU4segqd4bo2w=", "narHash": "sha256-9qyKPHXc2fK6oZxCXLV9q0WdyNYdgCpfiAouRf+ELrc=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "a9b2d46580076ba05bd37637c8394d5e7c654bff", "rev": "bdd6ec3efa05c1130002808d4c2c4552bb20587a",
"revCount": 36, "revCount": 37,
"type": "git", "type": "git",
"url": "https://git.voidarc.co.uk/voidarc/hypr" "url": "https://git.voidarc.co.uk/voidarc/hypr"
}, },

View File

@@ -8,10 +8,9 @@
lib, lib,
... ...
}: { }: {
programs.kitty = { environment.systemPackages = [
enable = true; self.packages.${pkgs.stdenv.hostPlatform.system}.kitty
package = self.packages.${pkgs.stdenv.hostPlatform.system}.kitty; ];
};
}; };
perSystem = { perSystem = {
pkgs, pkgs,

View File

@@ -44,9 +44,10 @@
}; };
zshrc.content = '' zshrc.content = ''
autoload -U compinit && compinit autoload -U compinit && compinit
# export CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional export CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional
zstyle ':completion:*' format $'\e[2;37mCompleting %d\e[m' zstyle ':completion:*' format $'\e[2;37mCompleting %d\e[m'
source <(${lib.getExe pkgs.carapace} _carapace) source <(${lib.getExe pkgs.carapace} _carapace)
zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
setopt NO_CASE_GLOB setopt NO_CASE_GLOB

View File

@@ -12,6 +12,7 @@
userConfiguration userConfiguration
hyprland hyprland
zsh zsh
kitty
]; ];
in { in {
imports = imports =