my files on nixos
2025-12-14 18:22:57 +05:30
assets/icons clean up 2025-12-07 23:29:55 +05:30
hellwal switched to vesktop as vencord was outdated, replace perl scripts with more "robust" options 2025-12-14 15:50:55 +05:30
hosts/hpprobook actually increased it to 25% because i'm scared 2025-12-11 22:04:22 +05:30
npins switched to npins (for real) (not clickbait) 2025-12-14 18:22:57 +05:30
system switched to npins (for real) (not clickbait) 2025-12-14 18:22:57 +05:30
users/sunny switched to npins (for real) (not clickbait) 2025-12-14 18:22:57 +05:30
.gitignore trying to switch from emacs to helix 2025-12-13 22:37:12 +05:30
default.nix switched to npins (for real) (not clickbait) 2025-12-14 18:22:57 +05:30
LICENSE clean up 2025-12-07 23:29:55 +05:30
README.md updated readme 2025-12-12 18:24:32 +05:30
update-hashes.sh switched to npins (for real) (not clickbait) 2025-12-14 18:22:57 +05:30

A normal NixOS configuration

.
├── assets
│   └── icons
│       ├── eden.svg
│       ├── haruta.jpg
│       └── NixOS.png
├── etc-inputs.json
├── flake.lock
├── flake.nix
├── hellwal
│   ├── colors.json
│   ├── emacs.el
│   ├── foot-colors.ini
│   ├── fuzzel-colors.ini
│   ├── gtk.css
│   ├── mako-colors
│   ├── niri.kdl
│   ├── post-hook.sh
│   ├── qt-colors.conf
│   ├── system24.css
│   ├── terminal.sh
│   ├── variablesfish.fish
│   └── waybar-colors.css
├── hosts
│   └── hpprobook
│       ├── configuration.nix
│       └── hardware-configuration.nix
├── LICENSE
├── README.md
├── system
│   ├── core
│   │   ├── boot.nix
│   │   ├── compress.nix
│   │   ├── default.nix
│   │   ├── impermanence.nix
│   │   ├── nix-settings.nix
│   │   ├── users.nix
│   │   └── virtualisation.nix
│   └── packages
│       ├── audio.nix
│       ├── bluetooth.nix
│       ├── default.nix
│       ├── desktop.nix
│       ├── fonts.nix
│       ├── portals.nix
│       └── programs.nix
├── update-etc-inputs.sh
└── users
    └── sunny
        ├── browser.nix
        ├── default.nix
        ├── desktop
        │   ├── default.nix
        │   ├── essentials.nix
        │   ├── fuzzel-logout-menu
        │   └── niri.nix
        ├── dotfiles
        ├── emacs.nix
        ├── packages
        │   ├── browser-paths.patch
        │   ├── default.nix
        │   ├── eden.nix
        │   ├── ice-ssb.nix
        │   └── pcsx2.nix
        ├── theming.nix
        └── user-shell.nix

14 directories, 53 files