Test
This commit is contained in:
parent
06b95616e2
commit
69b75c1281
1 changed files with 8 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
{inputs, pkgs, gpu, ...}: {
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
# https://github.com/nix-community/nixpkgs-wayland
|
||||
inputs.nixpkgs-wayland.overlay
|
||||
];
|
||||
};
|
||||
# nixpkgs = {
|
||||
# overlays = [
|
||||
# # https://github.com/nix-community/nixpkgs-wayland
|
||||
# inputs.nixpkgs-wayland.overlay
|
||||
# ];
|
||||
# };
|
||||
|
||||
services.xserver.videoDrivers = [ gpu ];
|
||||
|
||||
|
@ -91,11 +91,10 @@
|
|||
greetd.tuigreet # Greeter
|
||||
swayidle # Idle management daemon - Automatic lock screen
|
||||
swayosd # used for on-screen notifications for things like adjusting backlight, volume, etc
|
||||
nwg-bar
|
||||
wlogout
|
||||
nwg-bar # Logout/shutdown/hibernate/lock screen modal UI
|
||||
ranger # TUI file manager
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue