mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
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:
parent
fa4f112505
commit
4fddb23df3
13 changed files with 433 additions and 18 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./emacs.nix
|
||||
];
|
||||
|
||||
users.users.kat = {
|
||||
uid = 1000;
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue