Improve wayland configs

This commit is contained in:
Tobias Reisinger 2023-06-30 20:47:01 +02:00
parent 35f4e0c88f
commit ceea1c316a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
18 changed files with 549 additions and 41 deletions

View file

@ -8,6 +8,7 @@
./common.nix
./graphical.nix
./nvim.nix
./wayland.nix
];
home.packages = with pkgs; [

View file

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
grim # needed for screenshots/flameshot
swww
];
}