This commit is contained in:
iFargle 2023-08-27 20:06:16 +09:00
parent 06b95616e2
commit 69b75c1281

View file

@ -1,11 +1,11 @@
{inputs, pkgs, gpu, ...}: { {inputs, pkgs, gpu, ...}: {
nixpkgs = { # nixpkgs = {
overlays = [ # overlays = [
# https://github.com/nix-community/nixpkgs-wayland # # https://github.com/nix-community/nixpkgs-wayland
inputs.nixpkgs-wayland.overlay # inputs.nixpkgs-wayland.overlay
]; # ];
}; # };
services.xserver.videoDrivers = [ gpu ]; services.xserver.videoDrivers = [ gpu ];
@ -91,11 +91,10 @@
greetd.tuigreet # Greeter greetd.tuigreet # Greeter
swayidle # Idle management daemon - Automatic lock screen swayidle # Idle management daemon - Automatic lock screen
swayosd # used for on-screen notifications for things like adjusting backlight, volume, etc swayosd # used for on-screen notifications for things like adjusting backlight, volume, etc
nwg-bar nwg-bar # Logout/shutdown/hibernate/lock screen modal UI
wlogout
ranger # TUI file manager ranger # TUI file manager
xdg-utils # Utilities for better X/Wayland integration xdg-utils # Utilities for better X/Wayland integration
wayprompt inputs.nixpkgs-wayland.overlay.packages.x86_64-Linux.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
]; ];
# Enable sound with pipewire. # Enable sound with pipewire.