mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Set user configuration to 'zeph' in Nix files
Replaces placeholder 'yourusername' with 'zeph' in flake.nix and home/home.nix for user-specific Home Manager configuration.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
{
|
||||
# Home Manager configuration for user-level dotfiles and applications
|
||||
|
||||
home.username = "yourusername"; # Change this
|
||||
home.homeDirectory = "/home/yourusername"; # Change this
|
||||
home.username = "zeph";
|
||||
home.homeDirectory = "/home/zeph";
|
||||
|
||||
# Packages to install for this user
|
||||
home.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user