This commit is contained in:
albert 2023-08-24 20:46:50 +09:00
parent 9ecb5eec3f
commit 39db3d09e9

View file

@ -8,6 +8,11 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
--- ---
# To Do List # To Do List
* [ ] Remove rofi alt-tab shortcuts. Find another alternative
* [ ] swayosd
* [ ] wayprompt
* [ ] wlogout
* [ ] cli-based filebrowser for hyprland
* [ ] Learn all the nvim plugins, specifically ones dealing with tabs * [ ] Learn all the nvim plugins, specifically ones dealing with tabs
* [ ] Fix cursor size on hyprland * [ ] Fix cursor size on hyprland
* [ ] Find a way to adjust window sizes with a keyboard shortcut in Hyprland * [ ] Find a way to adjust window sizes with a keyboard shortcut in Hyprland
@ -20,7 +25,6 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
* [ ] Try and submit this as a nixpkg - [Link](https://github.com/SylEleuth/gruvbox-plus-icon-pack) * [ ] Try and submit this as a nixpkg - [Link](https://github.com/SylEleuth/gruvbox-plus-icon-pack)
* [ ] doom-emacs / spacemacs overlay install / configuration * [ ] doom-emacs / spacemacs overlay install / configuration
* [ ] Set up a git repo for auto syncing * [ ] Set up a git repo for auto syncing
* [ ] Get the video card working properly (turn off entirely unless in use by a game)
* [ ] gnome-terminal theming (or alternatives) * [ ] gnome-terminal theming (or alternatives)
--- ---
# Done # Done
@ -31,6 +35,7 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
* [x] configure programs.light - keybinds in hyprland config * [x] configure programs.light - keybinds in hyprland config
* [x] authentication agent (like polkit-kde-agent) * [x] authentication agent (like polkit-kde-agent)
* [x] Set GTK theme for GTK apps * [x] Set GTK theme for GTK apps
* [x] Get the video card working properly (turn off entirely unless in use by a game)
* [x] Possibly move away from powerline-go - I want something simpler * [x] Possibly move away from powerline-go - I want something simpler
* Staying with powerline-go, just editing the config in `home-manager/bash.nix` * Staying with powerline-go, just editing the config in `home-manager/bash.nix`
* [x] Set up the fingerprint reader - [Link](https://www.makeuseof.com/set-up-fingerprint-scanner-with-pam-on-linux/) * [x] Set up the fingerprint reader - [Link](https://www.makeuseof.com/set-up-fingerprint-scanner-with-pam-on-linux/)