move niri config to home modules and enable fuzzel

This commit is contained in:
ulic-youthlic 2025-01-14 19:09:46 +08:00
parent 50674e3a58
commit 74bd489187
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 76 additions and 9 deletions

View file

@ -13,6 +13,7 @@
youthlic.programs = {
firefox.enable = true;
fuzzel.enable = true;
helix.enable = true;
gpg.enable = true;
git = {

View file

@ -1,12 +1,7 @@
{ pkgs, ... }:
{ ... }:
{
programs.niri = {
config = builtins.readFile ./config.kdl;
youthlic.programs.niri = {
enable = true;
config = ./config.kdl;
};
home.packages = with pkgs; [
mako
swaybg
xwayland-satellite
waybar
];
}