1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00
changelog:
 - wezterm always starts as new process now
 - deleted `hardware-configuration.nix`
 - added some fetchers
 - commented `nur`
 - disabled `opengl`
 - added qt theme inherited from gtk
 - removed deprecated notes about Yubikey from the README
This commit is contained in:
xnm
2024-04-15 22:03:09 +03:00
parent 44c82b86cf
commit d997e8d28a
7 changed files with 12 additions and 54 deletions

View File

@@ -34,7 +34,7 @@ This repository houses my NixOS Linux ❄️ flake configuration, featuring the
This system leverages cutting-edge channels and versions of software to provide you with the latest updates and features. Notably, it utilizes:
- **flake** (An experimental feature of the Nix package manager)
- **nur** (The Nix User Repository)
- ~~**nur** (The Nix User Repository)~~ *currently disabled
- **nixpkgs**: unstable
- **rust**: nightly version
@@ -271,8 +271,6 @@ This repo contains a NixOS configuration file (`nixos/yubikey.nix`) enabling:
🛡️ For enhanced security and a passwordless experience:
You can consider a YubiKey Bio Series device. These keys support FIDO2/WebAuthn and FIDO U2F and has built in fingerprint scanner for strong authentication. Please note, they do not offer Smart card, OpenPGP, or OTP functionality.
⚠️ Important Note: From personal experience, YubiKey integration on NixOS can sometimes be buggy or unstable. Experiment with caution, especially when combining different configurations and Linux programs.
## 📜 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.