mirror of
https://github.com/blahai/nyx.git
synced 2025-06-07 15:03:02 -04:00
A lot of changes I cba to document
This commit is contained in:
parent
895247fd68
commit
3f62b901bd
7 changed files with 162 additions and 114 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue