This commit is contained in:
iFargle 2023-08-18 22:28:33 +09:00
parent 411fa552f8
commit b2d48c4ec3
3 changed files with 7 additions and 7 deletions

View file

@ -15,11 +15,11 @@ Repo for nix configuration files
* [x] neofetch config / theming * [x] neofetch config / theming
* [x] kitty config / theming * [x] kitty config / theming
* [ ] weechat / weechat-matrix * [ ] weechat / weechat-matrix
* [ ] rofi config / theming * [x] rofi config / theming
* [x] nvidia drivers * [x] nvidia drivers
* [ ] WINE configurations * [x] WINE configurations
* [x] btop config / theming * [x] btop config / theming
* [ ] swaylock config / theming * [x] swaylock config / theming
* [ ] vscodium and user-config.js file? * [ ] vscodium and user-config.js file?
* [x] Get function keys working (sound, brightness, etc) * [x] Get function keys working (sound, brightness, etc)
* [ ] rofi - bitwarden-cli / bitwarden-menu ([Link](https://search.nixos.org/packages?channel=23.05&show=bitwarden-menu&from=0&size=50&sort=relevance&type=packages&query=bitwarden)) * [ ] rofi - bitwarden-cli / bitwarden-menu ([Link](https://search.nixos.org/packages?channel=23.05&show=bitwarden-menu&from=0&size=50&sort=relevance&type=packages&query=bitwarden))
@ -28,14 +28,15 @@ Repo for nix configuration files
* 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/)
* [x] sublime music config / theming / integration - [Link](https://docs.sublimemusic.app/) * [x] sublime music config / theming / integration - [Link](https://docs.sublimemusic.app/)
* [ ] hyprland * [x] hyprland
* [x] Try hyprctl * [x] Try hyprctl
* [ ] hyprbars - [Link](https://github.com/hyprwm/hyprland-plugins/tree/main/hyprbars) * [x] hyprbars - [Link](https://github.com/hyprwm/hyprland-plugins/tree/main/hyprbars)
* [x] libinput-gestures? * [x] libinput-gestures?
* [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
* [ ] powertop install / config * [ ] powertop install / config
* [ ] weechat overlay - [Link](https://nixos.wiki/wiki/Weechat) - for weechat-matrix
--- ---

View file

@ -58,7 +58,7 @@
# Enabling hyprlnd on NixOS # Enabling hyprlnd on NixOS
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
# enableNvidiaPatches = true; enableNvidiaPatches = true;
xwayland.enable = true; xwayland.enable = true;
}; };

View file

@ -91,7 +91,6 @@
no_gaps_when_only = 1 no_gaps_when_only = 1
} }
master { master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true new_is_master = true