chore: update inputs
This commit is contained in:
parent
72e98aa61c
commit
80f92962a2
3 changed files with 186 additions and 132 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
inlayHints = true;
|
||||
servers.elixirls.enable = true;
|
||||
servers.nextls.enable = true;
|
||||
servers.nil-ls.enable = true;
|
||||
servers.nil_ls.enable = true;
|
||||
servers.nixd.enable = true;
|
||||
servers.nixd.extraOptions.settings.nixd = {
|
||||
nixpkgs = {
|
||||
|
|
|
|||
|
|
@ -213,10 +213,9 @@ in
|
|||
# adds pam module for swaylock
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
# add user packages for wayland and hyprland in particular
|
||||
users.users.moritz.packages = with pkgs; [
|
||||
brightnessctl # control brightness
|
||||
grimblast # screenshot tool for hyprland
|
||||
grimblast # screenshot tool
|
||||
pamixer # pulse audio cli
|
||||
playerctl # control media playback
|
||||
slurp # region select for wayland (for screensharing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue