Improve wayland configs
This commit is contained in:
parent
35f4e0c88f
commit
ceea1c316a
18 changed files with 549 additions and 41 deletions
|
@ -8,6 +8,7 @@
|
|||
./common.nix
|
||||
./graphical.nix
|
||||
./nvim.nix
|
||||
./wayland.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
9
.config/home-manager/wayland.nix
Normal file
9
.config/home-manager/wayland.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue