home: major restructuring

needs more work
This commit is contained in:
2022-03-15 10:42:50 +05:30
parent 81452ba490
commit ed3bf181ef
35 changed files with 326 additions and 435 deletions

13
home/natto/default.nix Normal file
View File

@@ -0,0 +1,13 @@
{ config, pkgs, lib, ... }:
let
in
{
imports = [
./secrets
./programs.nix
./xsession.nix
./services.nix
./pkgs.nix
./stuff.nix
];
}