mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
updated README, flake.lock, and package names
This commit is contained in:
parent
eb8f11e89e
commit
5102d87d20
4 changed files with 29 additions and 96 deletions
73
README.md
73
README.md
|
|
@ -1,73 +1,3 @@
|
|||
# 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
|
||||
it currently has 3 hosts:
|
||||
|
|
@ -80,3 +10,6 @@ which I've been testing linux game compatability on
|
|||
|
||||
"moms-laptop" a TOSHIBA Satellite [L855-S5309](https://fo-stage-03.icecat.biz/us/p/toshiba/pskfuu-008049/satellite-notebooks-l855-s5309-18316794.html)
|
||||
very old and very slow -basically a bootloader for firefox
|
||||
|
||||
|
||||
do not blindly copy this config it will cause much pain and suffering
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue