revert to sajenim

This commit is contained in:
♥ Minnie ♥ 2023-11-06 18:10:48 +08:00
parent 7564df522d
commit 41ea3478ec
14 changed files with 7 additions and 7 deletions

View file

@ -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
]; ];
}; };

View file

@ -1 +0,0 @@
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIEu9QzwNxSReeVkr/8ChHfwValDjZ1xYiPHP/E04n5c3AAAABHNzaDo= erika@fuchsia

View file

@ -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";
}; };

View file

@ -0,0 +1 @@
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIN6zrgWQj9NbuZEvqK3r2U9jSJjLotGb8asUkcr+co5sAAAABHNzaDo= sajenim@fuchsia

View file

@ -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;

View file

@ -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";
}; };