Moved config to Flakes

This commit is contained in:
2025-05-14 16:02:42 -04:00
parent 1088ad6403
commit f8b66e1eba
4 changed files with 153 additions and 31 deletions

View File

@@ -1,15 +1,9 @@
{ config, pkgs, ... }:
{ config, pkgs, nur, ... }:
{
home.username = "chase";
home.homeDirectory = "/home/chase";
# Enable NUR
# packageOverrides = pkgs: {
# nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/main.tar.gz") {
# inherit pkgs;
# };
# };
home.stateVersion = "24.11";
programs.alacritty = {
enable = true;