restructure home as submodule of each system
This commit is contained in:
parent
ed8de34c0f
commit
88ad3517bf
26 changed files with 6 additions and 6 deletions
|
@ -1,37 +0,0 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./art
|
||||
./browser
|
||||
./chat
|
||||
./cursor
|
||||
./discord
|
||||
./direnv
|
||||
./editor
|
||||
./email
|
||||
./gdb
|
||||
./git
|
||||
./media
|
||||
./shell
|
||||
./terminal
|
||||
./themes
|
||||
./utils
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "twoneis";
|
||||
homeDirectory = "/home/twoneis";
|
||||
|
||||
stateVersion = "22.11";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue