emacs, waybar, wallpapers.

Moved to doom emacs. Changed wallpapers. hextorgba working. Waybar now
uses nix templated CSS pulling from colors.nix.
This commit is contained in:
kat witch 2021-02-08 21:47:29 +00:00 committed by kat
parent fa4f112505
commit 4fddb23df3
13 changed files with 433 additions and 18 deletions

View file

@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
imports = [
./emacs.nix
];
users.users.kat = {
uid = 1000;
isNormalUser = true;