test
This commit is contained in:
parent
411fa552f8
commit
b2d48c4ec3
3 changed files with 7 additions and 7 deletions
11
README.md
11
README.md
|
@ -15,11 +15,11 @@ Repo for nix configuration files
|
|||
* [x] neofetch config / theming
|
||||
* [x] kitty config / theming
|
||||
* [ ] weechat / weechat-matrix
|
||||
* [ ] rofi config / theming
|
||||
* [x] rofi config / theming
|
||||
* [x] nvidia drivers
|
||||
* [ ] WINE configurations
|
||||
* [x] WINE configurations
|
||||
* [x] btop config / theming
|
||||
* [ ] swaylock config / theming
|
||||
* [x] swaylock config / theming
|
||||
* [ ] vscodium and user-config.js file?
|
||||
* [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))
|
||||
|
@ -28,14 +28,15 @@ Repo for nix configuration files
|
|||
* 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] sublime music config / theming / integration - [Link](https://docs.sublimemusic.app/)
|
||||
* [ ] hyprland
|
||||
* [x] hyprland
|
||||
* [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] configure programs.light - keybinds in hyprland config
|
||||
* [x] authentication agent (like polkit-kde-agent)
|
||||
* [x] Set GTK theme for GTK apps
|
||||
* [ ] powertop install / config
|
||||
* [ ] weechat overlay - [Link](https://nixos.wiki/wiki/Weechat) - for weechat-matrix
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
# Enabling hyprlnd on NixOS
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
# enableNvidiaPatches = true;
|
||||
enableNvidiaPatches = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -91,7 +91,6 @@
|
|||
no_gaps_when_only = 1
|
||||
|
||||
}
|
||||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
|
|
Loading…
Reference in a new issue