mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-23 11:12:42 +00:00
format nix with alejandra
This commit is contained in:
parent
e1cc141ce7
commit
2b498c9fd3
37 changed files with 183 additions and 177 deletions
|
|
@ -1,11 +1,12 @@
|
|||
# ~/.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