readme changes

This commit is contained in:
cnst
2024-09-07 13:21:37 +02:00
parent 02a11637c2
commit 4e413fb5cf
8 changed files with 39 additions and 344 deletions

View File

@@ -1,72 +1,20 @@
```
└── 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
system
├── boot
│   └── lanzaboote
├── dev
├── etc
├── modules
│   ├── gaming
│   ├── gui
│   ├── hardware
│   ├── studio
│   ├── sysd
│   │   ├── network
│   │   ── security
│   │   ├── session
│   │   └── system
│   └── utils
└── nix
   └── utils
```

View File

@@ -17,6 +17,7 @@ in {
pkgs.fd
pkgs.beekeeper-studio
pkgs.gnused
pkgs.tree
];
};
}