refactor: move 'wlsunset' package into home manager module
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../fuzzel
|
../../fuzzel
|
||||||
../../waybar
|
../../waybar
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".config/niri/config.kdl".source = ./config.kdl;
|
home = {
|
||||||
|
file.".config/niri/config.kdl".source = ./config.kdl;
|
||||||
|
packages = with pkgs; [ wlsunset ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.niri.enable = true;
|
programs.niri.enable = true;
|
||||||
|
|
||||||
@@ -7,6 +5,4 @@
|
|||||||
xdg = {
|
xdg = {
|
||||||
portal.enable = true;
|
portal.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ wlsunset ];
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user