Skip to content
/ nichts Public
forked from bloxx12/nichts

My personal collection of NixOS configuration files

License

Notifications You must be signed in to change notification settings

Dragyx/nichts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nichts

My personal collection of NixOS configuration files

TODO

Project Structure

.
├── flake.lock
├── flake.nix
├── hosts
│   ├── common
│   │   ├── configuration.nix
│   │   ├── default.nix
│   │   └── packages.nix
│   ├── default.nix
│   ├── flocke
│   │   ├── configuration.nix
│   │   ├── default.nix
│   │   ├── hardware-configuration.nix
│   │   └── packages.nix
│   ├── iso
│   │   ├── configuration.nix
│   │   ├── default.nix
│   │   ├── hardware-configuration.nix
│   │   ├── hardware-configuration2.nix
│   │   └── packages.nix
│   └── schnee
│       ├── configuration.nix
│       ├── default.nix
│       ├── hardware-configuration.nix
│       └── packages.nix
├── LICENSE
├── modules
│   ├── cli
│   │   ├── atuin.nix
│   │   ├── default.nix
│   │   ├── fish.nix
│   │   ├── git.nix
│   │   ├── neovim.nix
│   │   ├── nh.nix
│   │   ├── ranger.nix
│   │   ├── scripts
│   │   ├── starship.nix
│   │   ├── zellij.nix
│   │   └── zsh.nix
│   ├── default.nix
│   ├── gui
│   │   ├── browsers
│   │   │   ├── default.nix
│   │   │   ├── firefox.nix
│   │   │   ├── librewolf.nix
│   │   │   └── schizofox.nix
│   │   ├── default.nix
│   │   ├── desktop
│   │   │   ├── cursor.nix
│   │   │   ├── default.nix
│   │   │   ├── greetd.nix
│   │   │   ├── gtk.nix
│   │   │   ├── qt.nix
│   │   │   ├── rofi.nix
│   │   │   ├── waybar.nix
│   │   │   └── WM
│   │   │       ├── default.nix
│   │   │       ├── hyprland.nix
│   │   │       └── i3
│   │   │           ├── default.nix
│   │   │           ├── i3-new.nix
│   │   │           └── polybar.sh
│   │   ├── dev
│   │   │   ├── default.nix
│   │   │   └── vivado.nix
│   │   ├── gaming
│   │   │   ├── default.nix
│   │   │   ├── minecraft.nix
│   │   │   ├── steam.nix
│   │   │   └── vesktop.nix
│   │   ├── media
│   │   │   ├── default.nix
│   │   │   ├── mpv.nix
│   │   │   ├── obs.nix
│   │   │   └── zathura.nix
│   │   ├── misc
│   │   │   ├── default.nix
│   │   │   └── protonvpn.nix
│   │   └── terminals
│   │       ├── alacritty.nix
│   │       ├── default.nix
│   │       ├── foot.nix
│   │       └── kitty.nix
│   ├── services
│   │   ├── default.nix
│   │   ├── firewall.nix
│   │   ├── pipewire.nix
│   │   ├── satpaper.nix
│   │   └── ssh.nix
│   ├── system
│   │   ├── auto-partition.nix
│   │   ├── bluetooth.nix
│   │   ├── default.nix
│   │   ├── fonts.nix
│   │   ├── gpu
│   │   │   ├── default.nix
│   │   │   └── nvidia.nix
│   │   ├── home-manager.nix
│   │   ├── monitors.nix
│   │   ├── network.nix
│   │   ├── nix
│   │   │   ├── default.nix
│   │   │   └── nix.nix
│   │   ├── preserve-system.nix
│   │   └── system.nix
│   ├── theming
│   │   ├── base
│   │   │   └── default.nix
│   │   ├── catppuccin
│   │   │   ├── cursor.nix
│   │   │   ├── default.nix
│   │   │   ├── firefox.nix
│   │   │   ├── hyprland.nix
│   │   │   ├── test_waybar_with_theme.sh
│   │   │   ├── waybar.css
│   │   │   └── waybar.nix
│   │   ├── default.nix
│   │   └── options.nix
│   └── tui
│       ├── btop.nix
│       ├── default.nix
│       ├── helix
│       │   ├── default.nix
│       │   ├── helix.nix
│       │   └── languages.nix
│       ├── neovim.nix
│       ├── newsboat.nix
│       └── yazi.nix
├── notes.md
├── overlay.nix
└── README.md

About

My personal collection of NixOS configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 97.8%
  • CSS 1.6%
  • Shell 0.6%