Commit Graph

568 Commits

Author SHA1 Message Date
kenji 89d9c151c5 feat(hyprland): changed binds to movewindow 2025-12-31 13:25:56 -06:00
kenji fcfe6e6493 feat(hyprlock): redesigned 2025-12-31 08:13:11 -06:00
kenji 475c870c37 remove(stylix): favors matugen 2025-12-30 19:42:42 -06:00
kenji 6eef6108c4 fix(security): harden system configuration
- Remove SSH service (was temporary)
- Close unused firewall ports (22, 80, 53)
- Require sudo password for wheel group
- Disable systemd-boot editor to prevent boot tampering
- Remove boot.shell_on_fail kernel parameter
- Add kernel hardening parameters (slab_nomerge, init_on_alloc, etc.)
- Add sysctl hardening (dmesg_restrict, kptr_restrict, etc.)
- Disable Avahi firewall broadcast
- Disable Bluetooth auto power-on at boot

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 19:20:21 -06:00
kenji 6919f27890 refactor(modules): rename system/ to nixos/
Clearer naming to distinguish NixOS system modules from
Home Manager modules (nixos/ vs home/).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 19:13:10 -06:00
kenji 33d80a34bb fix(user): enforce declarative password management
Set mutableUsers = false to ensure password is managed declaratively
via hashedPasswordFile. Updated password hash in SOPS secrets.

Also adds nixos-config-researcher agent for Claude Code.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 19:06:07 -06:00
kenji 83919d2367 test 2025-12-30 18:02:37 -06:00
kenji bc6dae065b add: claude-code 2025-12-30 16:56:56 -06:00
kenji 0fb7553ebf fix(tickrs): change chart_type to lowercase 'candle' 2025-12-30 10:41:51 -06:00
kenji ad6a4b0021 fix(tickrs): correct invalid time_frame config value 2025-12-30 10:41:06 -06:00
kenji df56ff3579 feat(apps): add tickrs stock TUI with custom watchlist 2025-12-30 10:39:14 -06:00
kenji 8c225a381d remove(security): avante key 2025-12-30 09:57:43 -06:00
kenji 4c80538ee4 remove(fastfetch) removed uptme 2025-12-30 09:57:29 -06:00
kenji 055a57d005 fix: correct relative path to sops secrets in security module 2025-12-29 14:04:58 -06:00
kenji 513daff499 fix: correct relative import path in home-manager module 2025-12-29 14:03:42 -06:00
kenji 3a146f39b7 refactor: standardize config structure and consolidate modules
- Standardized apps/ directory by renaming all entry points (e.g., home.nix) to default.nix and updating imports to use directory paths.
- Consolidated system/ logic into modules/system/, eliminating the top-level system/ directory and redundant wrappers.
- Merged subsidiary utility scripts (e.g., hakase-popup.nix, switch-wallpaper.nix) into their parent default.nix files for better cohesion.
- Cleaned up unused files and updated all module references to reflect the new structure.
2025-12-29 14:02:09 -06:00
kenji 7278086b82 add(hyprpaper): switch wallpaper bind 2025-12-29 13:48:26 -06:00
kenji 0e7568b746 fix(hyprpaper): add features pls 2025-12-29 13:48:16 -06:00
kenji 3d317b672d add(hypr): added hypridle 2025-12-29 07:20:06 -06:00
kenji 9593f16875 add(hypr): terminal launcher 2025-12-28 20:32:38 -06:00
kenji 8ae15e1149 rename(scripts): hypr movements 2025-12-28 19:03:35 -06:00
kenji 91a70ee052 remove: scripts.nix under system 2025-12-28 19:03:21 -06:00
kenji 874d2cbf25 feat(fastfetch): more features 2025-12-28 18:59:06 -06:00
kenji 9827078e36 rename(fastfetch): to animo 2025-12-28 18:08:06 -06:00
kenji 3b1f775129 add(hypr): hyprlock and hypridle 2025-12-28 17:46:40 -06:00
kenji 940fb3ed2e add(fastfetch): mandatory 2025-12-28 15:15:37 -06:00
kenji 51685d59f2 add(waybar): #special workspace 2025-12-28 14:16:48 -06:00
kenji 25f838b454 fix(hyprland): workspace switch on normal workspace 2025-12-28 14:16:38 -06:00
kenji 49ea478d57 fix(exec): fix initial startup at preload 2025-12-28 13:54:00 -06:00
kenji fa39d60ded add(waybar): special workspaces 2025-12-28 13:53:32 -06:00
kenji 71cf63c461 add(hypr): add special workspace 2025-12-28 13:51:35 -06:00
kenji 161c6337a4 feat(hypr): add force switching of workspace
useful for going from special workspace to normal workspace
2025-12-28 12:13:41 -06:00
kenji d74fa4e552 feat(hakase-wallpaper-switch): changed target dir 2025-12-28 11:29:43 -06:00
kenji 92a3fef81b remove(secret): removed var avante 2025-12-28 11:29:17 -06:00
kenji d009ca3d3a fix(ghostty): app-notification 2025-12-28 11:20:35 -06:00
kenji 6696db16ab upd(flake): updated flake to be more stable 2025-12-28 11:20:25 -06:00
kenji 1a48e22c9d feat(starship): changed toml 2025-12-28 11:20:14 -06:00
kenji ac55b09c68 add(TODO): added todo list 2025-12-28 10:07:49 -06:00
kenji 4592a9cda0 feat(flake): made it more stable 2025-12-28 10:07:42 -06:00
kenji 0e446fa4bd remove(README): removed todo 2025-12-28 10:07:18 -06:00
kenji dfbd9950d6 feat(ghostty): remove notification for config change 2025-12-28 09:24:35 -06:00
kenji cc9df9f425 feat(firefox): smooth scroll tridactyl 2025-12-28 09:23:08 -06:00
kenji 8451c0e844 cleaned up 2025-12-28 09:22:58 -06:00
kenji 47de61c982 add(cachix): faster installation of system 2025-12-28 09:08:00 -06:00
kenji d4be82176d bind(hypr): commented redundancy 2025-12-28 08:53:44 -06:00
kenji ca7968ae14 bind(firefox): removed <C-e> bind 2025-12-28 08:53:26 -06:00
kenji 4412cd119d bind(firefox): switched bind J and K function 2025-12-28 08:18:40 -06:00
kenji 1db6f4dddd add(apps): jellyfin 2025-12-28 07:59:34 -06:00
kenji d30bfc951e feat(walker): use duckduckgo as default 2025-12-28 07:57:05 -06:00
kenji 6694ed268a fix(hypr): smart split ain't good 2025-12-28 07:56:43 -06:00