nix check works!!
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./programs/bash.nix
|
||||
];
|
||||
|
||||
home.username = "river";
|
||||
home.homeDirectory = "/home/river";
|
||||
home.stateVersion = "26.05"; # Update this when changing nixpkgs releases
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user