feat: redesign, with onedark theme
This commit is contained in:
parent
00f5075f17
commit
19e72eedb7
12 changed files with 71 additions and 50 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
{ pkgs, lib, ... }: {
|
||||
specialisation = {
|
||||
wayland = {
|
||||
configuration = {
|
||||
|
@ -16,9 +16,9 @@
|
|||
services.xserver.displayManager.startx.enable = true;
|
||||
}
|
||||
(import ./dwm {
|
||||
inherit config;
|
||||
#inherit config;
|
||||
inherit pkgs;
|
||||
inherit lib;
|
||||
#inherit lib;
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue