my nixos system configuration
Find a file
Anthony Rodriguez b255b3988b
repo: remove home/profiles
commit f60d03acf6
Author: Anthony Rodriguez <anthony@nezia.dev>
Date:   Mon Oct 21 16:02:55 2024 +0200

    flake: update dependencies

commit 8c3cd9631a
Author: Anthony Rodriguez <anthony@nezia.dev>
Date:   Mon Oct 21 15:49:07 2024 +0200

    repo: move common home packages into home/default.nix

commit aa46aa0762
Author: Anthony Rodriguez <anthony@nezia.dev>
Date:   Mon Oct 21 15:34:23 2024 +0200

    repo: refactor to remove home/profiles

    Removed the profiles directory in home, as I thought it was redundant:
    they had the same name as my hostnames, as all my machines are
    single-user only. Therefore, everything is now under its own
    hosts/{hostname}, and flake.nix just has to import hosts/default.nix
    like it did before.
2024-10-21 16:37:58 +02:00
home repo: remove home/profiles 2024-10-21 16:37:58 +02:00
hosts repo: remove home/profiles 2024-10-21 16:37:58 +02:00
lib home/programs/niri: add xwayland-satellite, update layout settings, add colors 2024-10-08 13:33:25 +02:00
modules repo: switch catppuccin flavor to macchiato 2024-10-08 22:58:03 +02:00
system repo: remove home/profiles 2024-10-21 16:37:58 +02:00
wallpapers add different wallpapers for desktop and laptop 2024-08-27 18:23:43 +02:00
flake.lock repo: remove home/profiles 2024-10-21 16:37:58 +02:00
flake.nix repo: add NUR (Nix User Repository) for firefox extensions 2024-10-20 19:10:29 +02:00
LICENSE add nix dotfiles 2024-08-25 21:58:12 +02:00
README.md update readme 2024-10-11 17:54:32 +02:00
treefmt.nix repo: add treefmt, remove nixvim 2024-09-26 13:41:04 +02:00

❄️ nix

My NixOS configurations, using flakes.

</> Software I use

Additionally using a lot of other software you can find in the configuration files.

🛠️ Structure

Name Description
home Home manager configuration
hosts Host-specific (entry-points of the configuration)
lib Helper functions
modules NixOS modules
system Common NixOS configuration

👥 Credits

People / repositories I have copied / learned from:

Some bits have also been borrowed from within the configuration, and credit has been given when its due.