No description
Find a file
2024-05-21 00:28:12 +02:00
assets/wallpapers config change 2024-05-20 22:36:14 +02:00
hosts moved awesome and hyprland 2024-05-21 00:04:49 +02:00
lib working emacs? 2024-05-19 23:38:49 +02:00
modules README update 2024-05-21 00:28:12 +02:00
options moved awesome and hyprland 2024-05-21 00:04:49 +02:00
.gitignore Added gitignore 2024-04-19 12:49:01 +02:00
flake.lock does not build 2024-05-20 23:08:14 +02:00
flake.nix does not build 2024-05-20 23:08:14 +02:00
LICENSE Initial commit 2024-04-09 08:24:23 +00:00
notes.md added some vivado shit stuff 2024-04-12 19:45:13 +02:00
overlay.nix formatted everything, things are looking nice now. 2024-05-15 00:14:59 +02:00
README.md README update 2024-05-21 00:28:12 +02:00

nichts

My personal collection of NixOS configuration files

License

The whole project is licensed under GPL-3, with excpetion of the lib folder, since I do not know the copyright of some of the wallpapers.

Flake structure:

. ├── assets │   └── wallpapers # My wallpapers ├── flake.lock # Lock file ├── flake.nix # Flake inputs ├── hosts │   ├── default.nix │   └── vali │   └── mars │   ├── awesome │   │   └── awesome.nix │   ├── configuration.nix │   ├── default.nix │   ├── hardware-configuration.nix │   ├── profile.nix │   └── programs.nix ├── lib │   ├── default.nix │   └── options.nix ├── LICENSE ├── modules │   ├── cli │   │   ├── default.nix │   │   ├── fish.nix │   │   ├── neovim.nix │   │   └── nh.nix │   ├── default.nix │   ├── editors │   │   ├── default.nix │   │   └── emacs.nix │   ├── gui │   │   ├── anyrun │   │   │   ├── anyrun.nix │   │   │   ├── default.nix │   │   │   └── style.css │   │   ├── default.nix │   │   ├── emacs │   │   │   ├── default.nix │   │   │   ├── doom.d │   │   │   └── emacs.nix │   │   ├── firefox.nix │   │   ├── foot.nix │   │   ├── gtk.nix │   │   ├── kakoune │   │   │   ├── default.nix │   │   │   ├── kak-lsp.toml │   │   │   ├── kakoune.nix │   │   │   ├── kakrc │   │   │   └── starship.toml │   │   ├── kakoune.nix │   │   ├── kitty.nix │   │   ├── minecraft.nix │   │   ├── mpv.nix │   │   ├── qt.nix │   │   ├── rofi.nix │   │   ├── schizofox.nix │   │   ├── spicetify.nix │   │   ├── steam.nix │   │   ├── stylix.nix │   │   ├── vesktop.nix │   │   ├── vivado.nix │   │   ├── waybar.nix │   │   └── zathura.nix │   ├── other │   │   ├── default.nix │   │   ├── home-manager.nix │   │   ├── system.nix │   │   └── xdg.nix │   ├── services │   │   ├── default.nix │   │   ├── dunst.nix │   │   ├── greetd.nix │   │   ├── pipewire.nix │   │   └── ssh.nix │   ├── tui │   │   ├── btop.nix │   │   ├── config │   │   ├── default.nix │   │   ├── helix.nix │   │   ├── ncmpcpp.nix │   │   ├── neovim.nix │   │   ├── newsboat.nix │   │   └── yazi.nix │   └── wms │   ├── wayland │   │   ├── default.nix │   │   ├── hypr │   │   │   ├── default.nix │   │   │   ├── idle.nix │   │   │   ├── land.nix │   │   │   ├── lock.nix │   │   │   └── paper.nix │   │   ├── niri │   │   │   ├── config.nix │   │   │   └── default.nix │   │   ├── services.nix │   │   └── variables.nix │   └── x │   ├── awesome │   │   ├── awesome.nix │   │   └── rc.lua │   └── default.nix ├── notes.md ├── options │   ├── boot │   │   └── grub-boot.nix │   ├── common │   │   ├── bluetooth.nix │   │   ├── gpu │   │   │   └── nvidia.nix │   │   ├── networking.nix │   │   ├── pin-registry.nix │   │   └── preserve-system.nix │   └── desktop │   ├── fonts.nix │   └── monitors.nix ├── overlay.nix └── README.md

credits

heavily inspired by https://git.jacekpoz.pl/jacekpoz/niksos.git !

Wallpapers: https://github.com/zhichaoh/catppuccin-wallpapers?tab=readme-ov-file