[misc] 重构项目结构
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "origami";
|
||||
home.homeDirectory = "/home/origami";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
./modules/shell.nix
|
||||
./modules/shell-develop.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = _: true;
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
Reference in New Issue
Block a user