lapdiv #1

Merged
autumn merged 7 commits from lapdiv into main 2025-08-25 18:32:21 -06:00
3 changed files with 13 additions and 15 deletions
Showing only changes of commit dcba024593 - Show all commits

View File

@@ -31,6 +31,7 @@
];
};
nixosConfigurations."yukigekko" = nixpkgs.lib.nixosSystem{
specialArgs = specialArgs;
modules = [

View File

@@ -3,8 +3,8 @@
{
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "autumn";
home.homeDirectory = "/home/autumn";
home.username = "ruby";
home.homeDirectory = "/home/ruby";
home.stateVersion = "25.05"; # Please read the comment before changing.
@@ -41,9 +41,6 @@
];
programs.htop.enable = true;
programs.starship.enable = true;
programs.bash.initExtra = "
fish
";
wayland.windowManager.river.enable = true;

View File

@@ -71,13 +71,13 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.ruby= {
isNormalUser = true;
description = "Autumn on laptop";
description = "Ruby";
extraGroups = [ "networkmanager" "wheel" ];
};
# Install firefox.
programs.firefox.enable = true;
# programs.bash.interactiveShellInit = "fish";
programs.bash.interactiveShellInit = "fish";
programs.appimage.enable = true;
programs.openvpn3.enable = true;