Go to file
Amneesh Singh eac8c77797
home/amneesh: update
Signed-off-by: Amneesh Singh <a-singh21@ti.com>
2024-07-12 09:51:21 +05:30
conf conf: add okina 2024-06-28 18:49:19 +05:30
home home/amneesh: update 2024-07-12 09:51:21 +05:30
hosts hosts/okina: add wireguard config 2024-06-28 20:22:50 +05:30
pkgs expose packages 2024-05-28 05:54:50 +05:30
.envrc neovim: move from hosts/ to pkgs/ 2024-05-28 05:14:11 +05:30
.gitattributes home/natto/eww: init 2023-01-27 21:39:36 +05:30
.gitignore home/natto/ags: init 2024-06-01 18:10:31 +05:30
README.org update readme 2022-12-08 01:17:48 +05:30
cert.pem changed root cert and TLS locations 2022-01-21 14:55:10 +05:30
consul-agent-ca.pem hosts/marisa: random changes 2022-10-27 01:33:17 +05:30
flake.lock flake: update inputs.stable 2024-06-02 16:06:58 +05:30
flake.nix flake: update inputs.stable 2024-06-02 16:06:58 +05:30

README.org

Personal Dotfiles

NixOS configurations for several hosts, now with flake-parts.

How home-manager workey

Just do

nix run nixpkgs#home-manager switch -- --flake "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos"

How packages workey

To build or run any of the packages in this flake do

nix <"run"/"build"> "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos"#<package_name>

I took help from these people and their dotfiles

I'm grateful to all of them