first try
This commit is contained in:
parent
9a43edcd92
commit
3f28ff67e3
26 changed files with 664 additions and 33 deletions
|
@ -1,5 +1,25 @@
|
|||
{ config, pkgs }: {
|
||||
{ ... }: {
|
||||
imports = [
|
||||
|
||||
./art
|
||||
./browser
|
||||
./chat
|
||||
./discord
|
||||
./editor
|
||||
./email
|
||||
./gdb
|
||||
./git
|
||||
./gnome
|
||||
./media
|
||||
./terminal
|
||||
./utils
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "twoneis";
|
||||
homeDirectory = "/home/twoneis";
|
||||
|
||||
stateVersion = "22.11";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue