fix dumb home.nix typo
This commit is contained in:
parent
5429f31b14
commit
8aada7ea4f
1 changed files with 2 additions and 2 deletions
4
home.nix
4
home.nix
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, ... }
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
|
|
@ -8,6 +8,6 @@
|
|||
username = "khais";
|
||||
homeDirectory = "/home/khais";
|
||||
|
||||
stateVersion = "23.11"
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue