added host: lolcathost

This commit is contained in:
Emile Clark-Boman 2024-11-07 17:37:15 +10:00
parent 2a0373dc73
commit be6926fb0f
24 changed files with 1176 additions and 1090 deletions

25
hosts/myputer/default.nix Normal file → Executable file
View file

@ -96,6 +96,8 @@ in
};
};
# allow wheel group to use passwordless sudo
security.sudo.wheelNeedsPassword = false;
users = {
# using fish as the login shell tends
# to go very poorly because it isn't
@ -137,8 +139,14 @@ in
};
};
home-manager.users.me = import ../../homes/me;
home-manager = {
users.me = import ../../homes/me;
sharedModules = [
#inputs.nixcord.homeManagerModules.nixcord
#inputs.nixvim.homeManagerModules.nixvim
];
};
# ---- SYSTEM PACKAGES -----
environment.systemPackages = with pkgs; [
# User Environment
@ -147,17 +155,24 @@ in
helvum
easyeffects
ani-cli
wl-clipboard # clipboard for wayland
python310 # I use 3.10 since it's in a pretty stable state now
python311 # I use 3.11 since it's in a pretty stable state now
poetry # python dependency management and packaging
# fish plugins
grc # colorise command outputs
httpie
curlie
zoxide
doggo
# Pretty necessary
git
brightnessctl
acpi
# Unix Commands
wget
tree

0
hosts/myputer/hardware-configuration.nix Normal file → Executable file
View file

0
hosts/myputer/sddm-theme.nix Normal file → Executable file
View file