mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
nix: add polder home
This commit is contained in:
parent
04492a62c2
commit
8bcd089b3a
4 changed files with 108 additions and 98 deletions
|
|
@ -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
|
||||
|
|
|
|||
13
nixcfgs/users/js0ny/polder.nix
Normal file
13
nixcfgs/users/js0ny/polder.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# ~/.config/nixcfgs/users/js0ny/polder.nix
|
||||
{...}: {
|
||||
imports = [
|
||||
./default.nix
|
||||
./programs/shell.nix
|
||||
../../modules/home/dev/nix.nix
|
||||
../../modules/home/programs/fzf.nix
|
||||
../../modules/home/programs/lsd.nix
|
||||
../../modules/home/programs/nvim.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue