Fixes
This commit is contained in:
parent
1f1a29fb7c
commit
446e5ab59b
3 changed files with 29 additions and 20 deletions
|
|
@ -1,12 +1,14 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
services = {
|
||||
mako = { enable = true; };
|
||||
};
|
||||
programs = {
|
||||
alacritty = { enable = true; };
|
||||
swaylock = {enable = true;};
|
||||
wofi = { enable = true; };
|
||||
zathura = { enable = true; };
|
||||
mpv = { enable = true; };
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue