Changed to niri
This commit is contained in:
parent
52569da057
commit
64e97bd330
3 changed files with 19 additions and 2 deletions
17
hosts/home/niri.nix
Normal file
17
hosts/home/niri.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [./waybar.nix ./tile.nix];
|
||||
home.packages = with pkgs; [
|
||||
pkgs.swaybg
|
||||
pkgs.swayidle
|
||||
pkgs.swaylock
|
||||
pkgs.niri
|
||||
pkgs.fuzzel
|
||||
pkgs.iio-niri
|
||||
pkgs.squeekboard
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue