mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: initial commit
This commit is contained in:
commit
dd089fe75c
21 changed files with 983 additions and 0 deletions
27
home.nix
Normal file
27
home.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
agenixModule,
|
||||
ctpModule,
|
||||
...
|
||||
}: {
|
||||
home.stateVersion = "23.05";
|
||||
imports = [
|
||||
agenixModule
|
||||
ctpModule
|
||||
./programs/zsh.nix
|
||||
./programs/fish.nix
|
||||
./programs/starship.nix
|
||||
./programs/git.nix
|
||||
./programs/bat.nix
|
||||
./programs/helix.nix
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
home.packages = [];
|
||||
|
||||
catppuccin.flavour = "frappe";
|
||||
|
||||
age.secrets."attic.toml" = {
|
||||
file = ./secrets/attic.toml.age;
|
||||
path = "/Users/ryanccn/.config/attic/config.toml";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue