nix: add polder home

This commit is contained in:
js0ny 2025-10-21 17:39:23 +00:00
parent 04492a62c2
commit 8bcd089b3a
4 changed files with 108 additions and 98 deletions

View file

@ -2,12 +2,6 @@
{pkgs, ...}: let
username = "js0ny";
in {
imports = [
../../modules/home/programs/fzf.nix
../../modules/home/programs/lsd.nix
../../modules/home/programs/zoxide.nix
];
nixpkgs.config.allowUnfree = true;
home.username = username;
home.homeDirectory =
if pkgs.stdenv.isDarwin