wip: update

This commit is contained in:
2025-10-04 05:50:18 +01:00
parent 83219fe6de
commit 79d7fa046c
13 changed files with 132 additions and 28 deletions

View File

@@ -18,6 +18,7 @@
./modules/steam/nixos.nix
./modules/hyprland/nixos.nix
./disks.nix
./overlays.nix
];
# Use the systemd-boot EFI boot loader.
@@ -154,11 +155,13 @@
pulse.enable = true;
};
programs.fish.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.libinput.enable = true;
services.openssh.enable = true;
users.users.doloro = {
isNormalUser = true;
shell = pkgs.fish;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [
tree