Moved config to Flakes
This commit is contained in:
10
home.nix
10
home.nix
@@ -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;
|
||||
|
Reference in New Issue
Block a user