niri: move packages to home-manager
This commit is contained in:
parent
806f0e64ad
commit
58d02758ef
1 changed files with 11 additions and 3 deletions
|
|
@ -1,5 +1,16 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
swayosd
|
||||||
|
fuzzel
|
||||||
|
alacritty
|
||||||
|
wl-clipboard
|
||||||
|
wayland-utils
|
||||||
|
libsecret
|
||||||
|
xwayland-satellite-unstable
|
||||||
|
playerctl
|
||||||
|
pwvucontrol
|
||||||
|
];
|
||||||
|
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -17,7 +28,4 @@
|
||||||
style = builtins.readFile ./waybar.css;
|
style = builtins.readFile ./waybar.css;
|
||||||
};
|
};
|
||||||
programs.niri.config = builtins.readFile ./config.kdl;
|
programs.niri.config = builtins.readFile ./config.kdl;
|
||||||
home.packages = with pkgs; [
|
|
||||||
playerctl
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue