No description
Find a file
2024-10-09 00:02:18 +03:00
home wofi in waybar 2024-10-08 23:10:15 +03:00
hosts Power Alert + Gnome Software + Gnome Disk Utility 2024-10-08 02:44:44 +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 README 2024-10-09 00:02:18 +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
|   |       ├── 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