lspci
This commit is contained in:
parent
256c3e361f
commit
fe0780a9e6
2 changed files with 2 additions and 5 deletions
|
|
@ -17,17 +17,13 @@ in
|
||||||
hd.desktop.software.development.enable = true;
|
hd.desktop.software.development.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# kitty
|
|
||||||
# niri
|
|
||||||
# obsidian
|
|
||||||
# vesktop
|
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
calibre
|
calibre
|
||||||
# element-desktop -- https://github.com/NixOS/nixpkgs/pull/334638#issuecomment-2289025802
|
|
||||||
file
|
file
|
||||||
fuzzel
|
fuzzel
|
||||||
gh
|
gh
|
||||||
nil
|
nil
|
||||||
|
pciutils
|
||||||
signal-desktop
|
signal-desktop
|
||||||
spotify-player
|
spotify-player
|
||||||
tor-browser
|
tor-browser
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
services.fprintd.enable = true;
|
services.fprintd.enable = true;
|
||||||
|
# services.fprintd.tod.enable = true;
|
||||||
# security.pam.enableFscrypt = true;
|
# security.pam.enableFscrypt = true;
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue