mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
funni
This commit is contained in:
parent
a254150a88
commit
5d316e3dab
1 changed files with 79 additions and 8 deletions
71
README.md
71
README.md
|
|
@ -1,3 +1,74 @@
|
||||||
|
# funni ascii graph
|
||||||
|
|
||||||
|
```console
|
||||||
|
nixos on master exa --tree
|
||||||
|
.
|
||||||
|
├── flake.lock
|
||||||
|
├── flake.nix
|
||||||
|
├── installer
|
||||||
|
│ └── default.nix
|
||||||
|
├── misc
|
||||||
|
│ ├── 1-monitor.conf
|
||||||
|
│ ├── 2-monitor.conf
|
||||||
|
│ ├── black.theme.css
|
||||||
|
│ ├── nixos.png
|
||||||
|
│ ├── recursion.png
|
||||||
|
│ └── Windows.xml
|
||||||
|
├── modules
|
||||||
|
│ ├── boot
|
||||||
|
│ │ ├── misc.nix
|
||||||
|
│ │ ├── silent.nix
|
||||||
|
│ │ └── stage2patch.nix
|
||||||
|
│ ├── builders.nix
|
||||||
|
│ ├── DE
|
||||||
|
│ │ ├── dwm.nix
|
||||||
|
│ │ ├── gnome.nix
|
||||||
|
│ │ └── xfce.nix
|
||||||
|
│ ├── DM
|
||||||
|
│ │ ├── autoLogin.nix
|
||||||
|
│ │ ├── lightDM.nix
|
||||||
|
│ │ └── misc.nix
|
||||||
|
│ ├── git.nix
|
||||||
|
│ ├── hardware.nix
|
||||||
|
│ ├── misc.nix
|
||||||
|
│ ├── nix.nix
|
||||||
|
│ ├── packages.nix
|
||||||
|
│ ├── shell.nix
|
||||||
|
│ ├── sops.nix
|
||||||
|
│ ├── theming.nix
|
||||||
|
│ ├── unfree.nix
|
||||||
|
│ └── X11.nix
|
||||||
|
├── pkgs
|
||||||
|
│ ├── afk-cmds.nix
|
||||||
|
│ ├── parrot.nix
|
||||||
|
│ └── t-rex.nix
|
||||||
|
├── README.md
|
||||||
|
└── systems
|
||||||
|
├── game-laptop
|
||||||
|
│ ├── default.nix
|
||||||
|
│ ├── disko.nix
|
||||||
|
│ ├── prime.nix
|
||||||
|
│ └── secrets.yaml
|
||||||
|
├── gerg-desktop
|
||||||
|
│ ├── containers
|
||||||
|
│ │ ├── minecraft.nix
|
||||||
|
│ │ └── website.nix_
|
||||||
|
│ ├── default.nix
|
||||||
|
│ ├── disko.nix
|
||||||
|
│ ├── erase-your-darlings.nix
|
||||||
|
│ ├── parrot.nix
|
||||||
|
│ ├── secrets.yaml
|
||||||
|
│ ├── spicetify.nix
|
||||||
|
│ ├── vfio.nix
|
||||||
|
│ └── zfs.nix
|
||||||
|
└── moms-laptop
|
||||||
|
├── default.nix
|
||||||
|
├── disko.nix
|
||||||
|
├── printing.nix
|
||||||
|
└── secrets.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
This is my personal nixos configuration
|
This is my personal nixos configuration
|
||||||
it currently has 3 hosts:
|
it currently has 3 hosts:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue