Commit Graph

43 Commits

Author SHA1 Message Date
61f1237ec2 Added missing gui.nix imports to home-manager/wayland.nix and home-manager/xorg.nix. Added the eww-wayland package. 2024-01-08 19:22:06 -08:00
3880f0e2b7 Split home-manager gui config between Wayland and Xorg dedicated nix files. Added the ytfzf package to nixos/gui.nix. 2024-01-08 19:10:48 -08:00
80b40728b7 Split xorg and wayland configuration into respective nix files 2024-01-08 07:36:26 -08:00
9e9165cb4e Finalized initial wayland configuration using Hyprland and Bemenu. Found replacment tools for ones used with bspwm and dmenu. 2024-01-07 19:13:29 -08:00
f305aad88b Fixed typo with hyprland enable 2024-01-06 09:31:46 -08:00
65dba09e3d Enabled hyprland window manager in nixos/gui.nix 2024-01-06 09:30:39 -08:00
0306aa6381 Removed config.h patch from dwl for initial testing. 2024-01-06 09:21:03 -08:00
d36ca7fab1 Added dwl, foot, and bemenu to start wayland implementation journey. Commented out startx autostart in bash_login. 2024-01-06 09:14:55 -08:00
eb11ec0726 Added senpai configuration to home-manager/chat.nix, moved catgirl configuration to home-manager/chat.nix, and added sic package to nixos/chat.nix 2024-01-05 21:52:21 -08:00
e6d13ffdf8 Added tmux-xpanes package to nixos/cli.nix 2024-01-05 19:55:40 -08:00
c003bf810a Reverted tmux and sxhkd terminal creation back to using the Return key 2024-01-04 20:36:17 -08:00
ab5cd85f72 Added senpai irc client package to nixos/chat.nix 2024-01-04 06:58:59 -08:00
4c65eb0241 Edited tmux and sxhkd configs to match keybindings more closely. Also fixed xrandr in xinit for two horizontal monitors. 2024-01-01 18:12:57 -08:00
4c53cfb9c5 Removed claws-mail and added thunderbird for GUI CalDAV. 2023-12-31 20:17:28 -08:00
4e64fff750 Edited tmux configuration 2023-12-25 07:45:28 -08:00
3d85329ca7 Added some packages, added some ssh and vim configurations, sorted packages in categories, and adjusted config with buckwheat hardware changes 2023-12-13 18:03:02 -08:00
8a30bc1889 Created nixos configuration files to catagorize packages. 2023-12-05 19:41:31 -08:00
101ba89cb1 Created cmus_refresh_library systemd user timer. 2023-12-03 18:25:44 -08:00
40a75aa619 "Added vm home configuration and changed vm username back to ii" 2023-11-23 14:26:54 -08:00
769ae73f68 Edited PS1 to end with a newline, added phetch package to nixos/cli.nix, and edited sxhkd volume controls to one line 2023-11-23 10:58:06 -08:00
0b5c56e36a Added some packages to nixos/cli.nix 2023-11-22 22:24:22 -08:00
e903adb978 sc-im and cmus are commented out because build fails with either of them. 2023-11-22 17:35:20 -08:00
c1b9bb45cb Added sc-im package, commented out system.autoUpgrade for flake configuration research, and made some organization edits. 2023-11-22 17:32:43 -08:00
29740c5a24 Created fireweed host configuration flake 2023-11-21 18:24:59 -08:00
8747442203 Readded tmux.enable = true; to home-manager/all.nix, and testing build. I suspect that's required for .config/tmux to be created, missing after last build 2023-11-18 10:01:55 -08:00
f69ef5536e Removed rss2email and goeland packages from buckwheat, created sxhkd binding for volume control, added tmuxPlugins.yank, and added tabs configuration to vimrc 2023-11-18 09:57:55 -08:00
97c902ecc8 Moved cron service to all configurations, added goeland, and testing volume control with sxhkd 2023-11-14 20:15:29 -08:00
8f7755826f Removed and added various packages (-librewolf, -onionshare-cli, +tabbed, et al) 2023-11-10 11:09:42 -08:00
ee87da68f4 Played with different bashmount and udisk installation configurations. Have a method for temporarily mounting thumb drives. 2023-11-04 18:58:08 -07:00
b4ce654966 Commented out cmus from packages, it's currently broken. Added some other packages, and sorted other packages between nix files. 2023-11-03 20:27:43 -07:00
0f66d25224 Committing changes to test build 2023-10-31 06:36:29 -07:00
046c9e74bb testing the --commit-lock-file option while rebuilding 2023-10-26 19:47:59 -07:00
a4041a6a8c Added ledger, discord, and other packages. 2023-10-26 19:45:03 -07:00
38202562ec Added the davfs2 service for buckwheat to mount remote webdav shares. Commit to test and build. 2023-10-07 07:48:50 -07:00
be430cd5f0 Forgot to save the rss2email package install configuration. 2023-09-28 18:42:02 -07:00
15d48306ce Removed rss2email service from buckwheat configuration, added it as a user package. The service requires services.rss2email.feeds to be configured. 2023-09-28 18:40:51 -07:00
ade42a3511 Added rss2email service to buckwheat configuration. 2023-09-28 18:28:33 -07:00
83703eb422 Working on updates with a flake install, I changed the flake.lock hash. 2023-09-27 18:40:21 -07:00
47b89ff975 Tested some bspwm configurations 2023-09-26 20:45:25 -07:00
62d591ae8d Added some quality of life software, configured dual monitors with bspwm on buckwheat, continued working on a more module nixos configuration, and testing the build with this commit 2023-09-13 19:34:02 -07:00
d9ddcbecd7 Created configuration directory for system configuration files, home-manager directory for home configuration files, renamed config directory to rc to reduce confusion with new configuration directory, edited directory paths to reflect changes, and lastly (phew) created configuration files for all hosts, cli hosts, gui hosts, and gaming hosts. Built system with changes, but didn't switch. 2023-08-02 20:20:31 -07:00
4f7f957a41 Switched to NixOS unstable branch 2023-08-02 07:10:29 -07:00
520921b9cf Initial commit 2023-07-30 21:21:32 -07:00