mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Modularizing the system
This commit is contained in:
16
home/default.nix
Normal file
16
home/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./tmux.nix
|
||||
./fish.nix
|
||||
./git.nix
|
||||
./kitty.nix
|
||||
];
|
||||
|
||||
home.username = "r3ddy";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.zoxide.enable = true;
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
Reference in New Issue
Block a user