move niri config to home modules and enable fuzzel
This commit is contained in:
parent
50674e3a58
commit
74bd489187
5 changed files with 76 additions and 9 deletions
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
youthlic.programs = {
|
||||
firefox.enable = true;
|
||||
fuzzel.enable = true;
|
||||
helix.enable = true;
|
||||
gpg.enable = true;
|
||||
git = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue