mirror of
https://github.com/blahai/nyx.git
synced 2025-06-07 15:43:03 -04:00
Fix packages & add ghostty
This commit is contained in:
parent
2d9b1f5df7
commit
ab60fb9fcb
9 changed files with 185 additions and 46 deletions
|
@ -9,7 +9,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
logo = {
|
||||
type = "sixel";
|
||||
type = "kitty";
|
||||
source = "~/Pictures/gay.png";
|
||||
width = 32;
|
||||
};
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
"Super, R, exec, ${pkgs.anyrun}/bin/anyrun"
|
||||
"Super, W, exec, ${pkgs.floorp}/bin/floorp"
|
||||
"Super, Q, exec, wezterm"
|
||||
"Super, Return, exec, ghostty"
|
||||
"Super, C, killactive"
|
||||
"Super, V, togglefloating"
|
||||
"Super, E, exec, ${pkgs.nautilus}/bin/nautilus -w"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
|
||||
hardware = {
|
||||
amdgpu.opencl.enable = true; # For davinci-resolve
|
||||
# amdgpu.opencl.enable = true; # For davinci-resolve
|
||||
opentabletdriver = {
|
||||
enable = true; # For osu!
|
||||
daemon.enable = true;
|
||||
|
@ -56,7 +56,6 @@
|
|||
extraPackages = with pkgs; [
|
||||
mesa.drivers
|
||||
egl-wayland
|
||||
rocmPackages.clr.icd
|
||||
amdvlk
|
||||
libva
|
||||
libva-utils
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
useRoutingFeatures = "client";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
trayscale
|
||||
];
|
||||
}
|
||||
|
|
|
@ -53,6 +53,6 @@ in {
|
|||
pciutils
|
||||
virt-manager
|
||||
moonlight-qt # for linux vms
|
||||
looking-glass-client # for windows vms :husk:
|
||||
# looking-glass-client # for windows vms :husk:
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue