stylix, formatting

This commit is contained in:
tristan 2023-12-11 09:26:41 +00:00
parent d3649cf6e2
commit 3409811d55
13 changed files with 376 additions and 166 deletions

View file

@ -1,6 +1,5 @@
{ user
, name
, hyprland
, work ? false
, displays ? [ ]
, userName
@ -35,5 +34,6 @@
roles.work.enable = work;
roles.personal.enable = !work;
roles.mpd.enable = true;
programs.editor.neovim = true;
}