A lot of changes I cba to document

This commit is contained in:
blahai 2024-12-12 20:31:32 +02:00
parent 895247fd68
commit 3f62b901bd
No known key found for this signature in database
7 changed files with 162 additions and 114 deletions

View file

@ -3,7 +3,7 @@
imports = [ "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" ];
boot = {
kernelPackages = pkgs.linuxPackages_6_6;
kernelPackages = pkgs.linuxPackages_6_12;
kernelParams = lib.mkAfter [ "noquiet" "toram" ];
enableContainers = false;
};
@ -11,13 +11,21 @@
nixpkgs.hostPlatform = "x86_64-linux";
environment.systemPackages = with pkgs; [
# The essentials
neovim
disko
parted
git
nixd
pciutils
arch-install-scripts
# The installers
arch-install-scripts # For arch and it's
xbps # Void linux
dnf5 # Fedora
debootstrap # Debin and ubuntu
apt # Ubuntu
];
documentation = {

View file

@ -82,19 +82,21 @@
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
users.users.pingu = {
isNormalUser = true;
description = "Elissa";
extraGroups = [ "networkmanager" "wheel" "input" "render" ];
shell = pkgs.fish;
packages = with pkgs; [
floorp
vesktop
equibop
element-desktop
alacritty
kitty
];
users.users = {
pingu = {
isNormalUser = true;
description = "Elissa";
extraGroups = [ "networkmanager" "wheel" "input" "render" ];
shell = pkgs.fish;
packages = with pkgs; [
floorp
vesktop
equibop
element-desktop
alacritty
kitty
];
};
};
home-manager = {
@ -199,7 +201,6 @@
]);
environment.systemPackages = with pkgs; [
inputs.matugen.packages."${pkgs.system}".default
nautilus
diff-so-fancy
eog