73 lines
2.3 KiB
Markdown
73 lines
2.3 KiB
Markdown
```
|
|
└── system
|
|
├── boot
|
|
│ └── lanzaboote
|
|
├── etc
|
|
│ ├── dconf
|
|
│ ├── fonts
|
|
│ ├── locale
|
|
│ ├── security
|
|
│ ├── xdg
|
|
│ ├── xserver
|
|
│ │ ├── amd
|
|
│ │ │ └── hhkbse
|
|
│ │ └── nvidia
|
|
│ ├── zram
|
|
│ └── zsh
|
|
├── modules
|
|
│ ├── gaming
|
|
│ │ ├── gamemode
|
|
│ │ ├── gamescope
|
|
│ │ ├── lutris
|
|
│ │ └── steam
|
|
│ ├── gui
|
|
│ │ ├── gnome
|
|
│ │ └── hyprland
|
|
│ ├── hardware
|
|
│ │ ├── bluetooth
|
|
│ │ ├── graphics
|
|
│ │ │ ├── amd
|
|
│ │ │ └── nvidia
|
|
│ │ └── logitech
|
|
│ ├── network
|
|
│ ├── studio
|
|
│ │ ├── blender
|
|
│ │ ├── gimp
|
|
│ │ └── inkscape
|
|
│ ├── sysd
|
|
│ │ ├── blueman
|
|
│ │ ├── dbus
|
|
│ │ ├── fwupd
|
|
│ │ ├── gnome-keyring
|
|
│ │ ├── greetd
|
|
│ │ ├── gvfs
|
|
│ │ ├── locate
|
|
│ │ ├── mullvad
|
|
│ │ ├── pipewire
|
|
│ │ ├── powerd
|
|
│ │ ├── samba
|
|
│ │ ├── sops
|
|
│ │ ├── ssh
|
|
│ │ ├── udisks
|
|
│ │ └── xserver
|
|
│ │ ├── amd
|
|
│ │ │ └── hhkbse
|
|
│ │ └── nvidia
|
|
│ └── utils
|
|
│ ├── android
|
|
│ ├── anyrun
|
|
│ ├── corectrl
|
|
│ ├── microfetch
|
|
│ └── nix-ld
|
|
└── nix
|
|
├── home-manager
|
|
├── nh
|
|
│ ├── adampad
|
|
│ ├── cnix
|
|
│ └── toothpc
|
|
├── nixpkgs
|
|
├── shell
|
|
└── substituters
|
|
|
|
```
|