Initial commit

This commit is contained in:
Kiana Sheibani 2022-01-06 21:14:02 -05:00
commit c3fe1114b3
20 changed files with 885 additions and 0 deletions

8
config/default.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
imports = [
./config.nix
./packages.nix
./login.nix
];
}