Squash merge playground into main

This commit is contained in:
2026-03-13 13:19:59 -04:00
parent 25b5a0ec64
commit 18cef3676c
4 changed files with 41 additions and 33 deletions
+16 -4
View File
@@ -27,10 +27,22 @@
networking.networkmanager.enable = true;
networking.hostName = "qmoran-laptop";
imports = [
./hardware-configuration.nix
./users.nix
];
# My user for now
users.users.qmoran = {
isNormalUser = true;
description = "quin";
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
gh
btop
kdePackages.kate
signal-desktop
lazygit
element-desktop
vscodium
vivaldi
];
};
# Bootloader.
boot.loader.systemd-boot.enable = true;