Compare commits

..

20 Commits

Author SHA1 Message Date
Joshua Yuen a6d89b6ce5
Add tmux package 2025-07-30 14:04:41 -04:00
Joshua Yuen 3dd058089d
More hyprland configuration fixes 2025-07-30 14:04:41 -04:00
Joshua Yuen 6f3b84095e
Fix hyprland decoration configuration 2025-07-30 14:04:41 -04:00
Joshua Yuen 17047a93bb
Add tldr and vim packages 2025-07-30 14:04:41 -04:00
Joshua Yuen d3858dd5e9
Add networking settings 2025-07-30 14:04:41 -04:00
Joshua Yuen 510a82c2e5
Fix flake.nix#nixos
Add git to packages
2025-07-30 14:04:41 -04:00
Joshua Yuen 34dad6bd15
Add ISO building command to README 2025-07-30 14:04:41 -04:00
Joshua Yuen 5ac39456ed
Update default host configuration 2025-07-30 14:04:41 -04:00
Joshua Yuen 48e2a1f399
Add boilerplate services and packages modules 2025-07-30 14:04:41 -04:00
Joshua Yuen 8a246c2465
Add boot options 2025-07-30 14:04:41 -04:00
Joshua Yuen 09c43bdbb7
Add additional hyprland config 2025-07-30 14:04:41 -04:00
Joshua Yuen 4c01ba7931
Use hyprland with UWSM instead of systemd 2025-07-30 14:04:41 -04:00
Joshua Yuen 82a38d37d7
Add hyprland monitor config option 2025-07-30 14:04:41 -04:00
Joshua Yuen cb7b220be5
Add additional kitty config 2025-07-30 14:04:41 -04:00
Joshua Yuen 7625baf16f
Improve default options 2025-07-30 14:04:41 -04:00
Joshua Yuen fec4eb7cfd
Add firefox and pipewire modules 2025-07-30 14:04:40 -04:00
Joshua Yuen 85b2df7f24
Added stylix module for fonts 2025-07-30 14:04:40 -04:00
Joshua Yuen 44801d3c24
Add additional locale settings and keymap 2025-07-30 14:04:40 -04:00
Joshua Yuen 61b663ead6
Fix zsh aliases 2025-07-30 14:04:40 -04:00
Joshua Yuen 614e82834c
Add live .iso build configuration 2025-07-30 14:04:38 -04:00
1 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
inherit host;
inherit profile;
inherit username;
inherit hashedPassword;
};
modules = [
./hosts/${host}
@ -41,7 +40,6 @@
inherit host;
inherit profile;
inherit username;
inherit hashedPassword;
};
modules = [
(nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")