No description
Find a file
2024-10-12 15:10:13 +03:00
home Second moniter fix + bottles pkg 2024-10-12 14:46:53 +03:00
hosts VFIO - GPU Passthrough and looking-glass 2024-10-11 20:24:45 +03:00
overlays init 2024-10-06 19:48:10 +03:00
pkgs init 2024-10-06 19:48:10 +03:00
flake.lock fixes + dotfiles 2024-10-08 23:02:31 +03:00
flake.nix init 2024-10-06 19:48:10 +03:00
install.sh installer fix + dotfiles 2024-10-08 22:49:57 +03:00
README.md Update README 2024-10-12 15:10:13 +03:00

🚧 Guide will be written soon 🚧

tldr: use the the installer after installing nixos

Layout

nixcfg/
├── home/
│   ├── common/
│   ├── features/
│   |   ├── cli
│   |       ├── fzf.nix
│   |       ├── neofetch.nix
│   |       ├── zsh.nix
│   |   ├── desktop/
│   |       ├── fonts.nix
│   |       ├── hyprland.nix
|   |       ├── wayland.nix
|   |       ├── xdg.nix
|   |   ├── themes/
|   |       ├── gtk.nix
|   |       ├── qt.nix
│   ├── nomad/
|       ├── dotfiles/
|           ├── bat.nix
|           ├── default.nix
|           ├── dunst.nix
|       ├── home.nix
|       ├── unknown.nix
│
├── hosts/
│   ├── common/
|   |   ├── services
|   |       ├── appimage.nix
|   |       ├── nautilus.nix
|   |       ├── polkit.nix
|   |       ├── steam.nix
|   |       ├── vfio.nix
|   |       ├── vm.nix
|   |       ├── xdgportal.nix
|   |   ├── users
|   |       ├── nomad.nix
│   ├── unkown/
│       ├── hardware/
|       |   ├── battery.nix
|       |   ├── nvidia.nix
│       ├── configuration.nix
│       ├── hardware-configuration.nix
│
├── overlays/
├── pkgs/
├── flake.lock
├── flake.nix
├── install.sh
├── README.md