use rofi-wayland instead of rofi through xserver

This commit is contained in:
2025-01-31 22:44:02 +01:00
parent ead58c4b1c
commit d5d5c9b767
6 changed files with 15 additions and 12 deletions

View File

@ -61,6 +61,7 @@
usbutils usbutils
man-pages man-pages
stress stress
ffmpeg
]; ];
#Open ports in the firewall. #Open ports in the firewall.

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:38 by tomoron #+# #+# # # Created: 2024/10/17 18:15:38 by tomoron #+# #+# #
# Updated: 2025/01/03 12:14:50 by tomoron ### ########.fr # # Updated: 2025/01/30 14:05:36 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -58,7 +58,6 @@
polybarFull polybarFull
sxhkd sxhkd
nitrogen nitrogen
rofi
neovim neovim
ripgrep ripgrep
activate-linux activate-linux
@ -68,7 +67,6 @@
unison unison
discord discord
google-chrome google-chrome
wofi
brightnessctl brightnessctl
playerctl playerctl
swaybg swaybg

View File

@ -7,6 +7,7 @@
neovim neovim
dmenu dmenu
brightnessctl brightnessctl
rofi
]; ];
home.file = { home.file = {

View File

@ -6,11 +6,11 @@
modules/nvidia.nix modules/nvidia.nix
modules/vboxHost.nix modules/vboxHost.nix
]; ];
boot.kernelParams = [ "kvm.enable_virt_at_load=0" ];
systemd.tmpfiles.rules = [ # systemd.tmpfiles.rules = [
"f /dev/shm/looking-glass 0660 tom libvirtd -" # "f /dev/shm/looking-glass 0660 tom libvirtd -"
]; # ];
virtualisation.libvirtd.qemu.vhostUserPackages = with pkgs; [ virtiofsd ]; # virtualisation.libvirtd.qemu.vhostUserPackages = with pkgs; [ virtiofsd ];
networking.hostName = "patate-douce"; networking.hostName = "patate-douce";
networking.wireless.enable = true; networking.wireless.enable = true;
@ -45,7 +45,7 @@
turbo = "never"; turbo = "never";
}; };
charger = { charger = {
governor = "powersave"; governor = "performance";
turbo = "auto"; turbo = "auto";
}; };
}; };

View File

@ -4,7 +4,7 @@
programs.steam.enable=true; programs.steam.enable=true;
programs.steam.protontricks.enable=true; programs.steam.protontricks.enable=true;
environment.systemPackages = with pkgs; [ qemu quickemu]; # environment.systemPackages = with pkgs; [ qemu quickemu];
programs.virt-manager.enable = true; # programs.virt-manager.enable = true;
virtualisation.libvirtd.enable = true; # virtualisation.libvirtd.enable = true;
} }

View File

@ -2,6 +2,9 @@
{ {
# services.hypridle.enable = true; # services.hypridle.enable = true;
home.packages = with pkgs; [
rofi-wayland
];
services.hypridle = { services.hypridle = {
enable = true; enable = true;
settings = { settings = {