diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-26 17:28:31 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-26 17:28:31 +0100 |
commit | 8a37287c9e4e8edab43e5877252b0219485ee9ba (patch) | |
tree | d273d0f4ad5a90d4c41ee6d02141d6a2a9a9831b /modules/tarrel | |
parent | 396233621099d6891cf04f4c64457b41c05886fe (diff) |
stuff
Diffstat (limited to 'modules/tarrel')
-rw-r--r-- | modules/tarrel/home-manager.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tarrel/home-manager.nix b/modules/tarrel/home-manager.nix index 9709129..e0c7e3f 100644 --- a/modules/tarrel/home-manager.nix +++ b/modules/tarrel/home-manager.nix @@ -7,6 +7,7 @@ imports = [ ../home-manager/core ../home-manager/hyprland.nix + ../home-manager/python.nix ]; home.username = "jras"; |