mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-23 11:12:42 +00:00
reorg
This commit is contained in:
parent
8bcd089b3a
commit
93664e4120
15 changed files with 163 additions and 74 deletions
|
|
@ -1,12 +1,11 @@
|
|||
# ~/.config/nixcfgs/users/js0ny/default.nix
|
||||
{pkgs, ...}: let
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
username = "js0ny";
|
||||
in {
|
||||
in
|
||||
{
|
||||
home.username = username;
|
||||
home.homeDirectory =
|
||||
if pkgs.stdenv.isDarwin
|
||||
then "/Users/${username}"
|
||||
else "/home/${username}";
|
||||
home.homeDirectory = if pkgs.stdenv.isDarwin then "/Users/${username}" else "/home/${username}";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
home-manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue