Simplify variable files, full push for home independence
This commit is contained in:
parent
94ffd00254
commit
36b97c4ab2
13 changed files with 44 additions and 59 deletions
|
@ -8,7 +8,6 @@
|
|||
./user
|
||||
./variables
|
||||
./wms
|
||||
../variables
|
||||
|
||||
# Imports
|
||||
nur.modules.homeManager.default
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
home = {
|
||||
username = "${config.sysusers.main}";
|
||||
username = "jimbo";
|
||||
homeDirectory = "/home/${config.home.username}";
|
||||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
options.displays = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
config.displays = {
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
options.look.border = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
config.look.border = rec {
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
options.look.colors = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
config.look.colors = {
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
options.look.fonts = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
config.look.fonts = {
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
options.ws = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
config.ws = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue