[SiriusA] Adds configuration. [MCP] Cleans up config file.

This commit is contained in:
2026-05-14 15:53:51 -07:00
parent 68b7915ad2
commit 3c0445b179
6 changed files with 172 additions and 10 deletions

View File

@@ -45,12 +45,6 @@
LC_TIME = "en_US.UTF-8";
};
# Configure keymap in X11
services.xserver.xkb = {
layout = "us";
variant = "";
};
# Define a user account. Don't forget to set a password with passwd.
users.users.drew = {
isNormalUser = true;
@@ -67,11 +61,9 @@
linger = true;
};
# List packages installed in system profile. To search, run:
# $ nix search wget
# List packages installed in system profile.
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
vim
];
# Some programs need SUID wrappers, can be configured further or are