replace wofi with rofi
This commit is contained in:
parent
601513bc9e
commit
07d70e3a64
23 changed files with 343 additions and 43 deletions
|
|
@ -5,9 +5,7 @@ in {
|
|||
source = "${configDir}/nvim";
|
||||
recursive = true;
|
||||
};
|
||||
".config/wallpapers".source = "${configDir}/wallpapers";
|
||||
".config/kitty".source = "${configDir}/kitty";
|
||||
".config/neofetch".source = "${configDir}/neofetch";
|
||||
".config/wallpapers".source = "${configDir}/wallpapers"; ".config/kitty".source = "${configDir}/kitty"; ".config/neofetch".source = "${configDir}/neofetch";
|
||||
".config/hypr".source = "${configDir}/hypr";
|
||||
".config/swayidle".source = "${configDir}/swayidle";
|
||||
".config/swaylock".source = "${configDir}/swaylock";
|
||||
|
|
@ -18,6 +16,7 @@ in {
|
|||
};
|
||||
".config/btop".source = "${configDir}/btop";
|
||||
".config/wofi".source = "${configDir}/wofi";
|
||||
".config/rofi".source = "${configDir}/rofi";
|
||||
".config/mako".source = "${configDir}/mako";
|
||||
".config/scripts".source = "${configDir}/scripts";
|
||||
".config/swaync".source = "${configDir}/swaync";
|
||||
|
|
@ -28,5 +27,13 @@ in {
|
|||
recursive = true;
|
||||
source = "${configDir}/gh";
|
||||
};
|
||||
".local/share/fcitx5/themes/fcitx5-dark-transparent" = {
|
||||
recursive = true;
|
||||
source = "${configDir}/fcitx5-dark-transparent";
|
||||
};
|
||||
".config/fcitx5/conf" = {
|
||||
recursive = true;
|
||||
source = "${configDir}/fcitx5";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
export __NV_PRIME_RENDER_OFFLOAD=1
|
||||
export __NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0
|
||||
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||
export __VK_LAYER_NV_optimus=NVIDIA_only
|
||||
exec "$@"
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
extraLuaPackages = ps: [ ps.magick ];
|
||||
extraPackages = [ pkgs.imagemagick ];
|
||||
};
|
||||
};
|
||||
|
||||
bash.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue