revert to sajenim
This commit is contained in:
parent
7564df522d
commit
41ea3478ec
|
@ -85,12 +85,12 @@
|
||||||
# Standalone home-manager configuration entrypoint
|
# Standalone home-manager configuration entrypoint
|
||||||
# Available through 'home-manager --flake .#your-username@your-hostname'
|
# Available through 'home-manager --flake .#your-username@your-hostname'
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
"erika@fuchsia" = home-manager.lib.homeManagerConfiguration {
|
"sajenim@fuchsia" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
|
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
|
||||||
extraSpecialArgs = { inherit inputs outputs; };
|
extraSpecialArgs = { inherit inputs outputs; };
|
||||||
modules = [
|
modules = [
|
||||||
# > Our main home-manager configuration file <
|
# > Our main home-manager configuration file <
|
||||||
./home-manager/erika/home.nix
|
./home-manager/sajenim/home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIEu9QzwNxSReeVkr/8ChHfwValDjZ1xYiPHP/E04n5c3AAAABHNzaDo= erika@fuchsia
|
|
|
@ -60,8 +60,8 @@
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
# Setup our user environment
|
# Setup our user environment
|
||||||
username = "erika";
|
username = "sajenim";
|
||||||
homeDirectory = "/home/erika";
|
homeDirectory = "/home/sajenim";
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
};
|
};
|
1
home-manager/sajenim/id_ed25519_sk.pub
Normal file
1
home-manager/sajenim/id_ed25519_sk.pub
Normal file
|
@ -0,0 +1 @@
|
||||||
|
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIN6zrgWQj9NbuZEvqK3r2U9jSJjLotGb8asUkcr+co5sAAAABHNzaDo= sajenim@fuchsia
|
|
@ -230,7 +230,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Users
|
# Users
|
||||||
users.users.erika = {
|
users.users.sajenim = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "audio" "docker" "networkmanager" "wheel" ];
|
extraGroups = [ "audio" "docker" "networkmanager" "wheel" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/home/erika/Games" =
|
fileSystems."/home/sajenim/Games" =
|
||||||
{ device = "/dev/disk/by-uuid/58097403-9b5b-4cee-b9d1-e3d5fde1a364";
|
{ device = "/dev/disk/by-uuid/58097403-9b5b-4cee-b9d1-e3d5fde1a364";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue