diff options
| author | Fuwn <[email protected]> | 2024-09-06 13:23:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-06 13:23:37 -0700 |
| commit | 71f4663e33293c2b47819d120d637820013d9d1a (patch) | |
| tree | 3e2c9125f3ad59a8d3bd64efab60bf7cdd24187c /home/ebisu/default.nix | |
| parent | Bump (diff) | |
| download | nixos-config-71f4663e33293c2b47819d120d637820013d9d1a.tar.xz nixos-config-71f4663e33293c2b47819d120d637820013d9d1a.zip | |
Bump
Diffstat (limited to 'home/ebisu/default.nix')
| -rw-r--r-- | home/ebisu/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/home/ebisu/default.nix b/home/ebisu/default.nix index d20e71c..6e7a2d8 100644 --- a/home/ebisu/default.nix +++ b/home/ebisu/default.nix @@ -1,10 +1,16 @@ -{ config, inputs, ... }: +{ + pkgs, + config, + inputs, + ... +}: let username = "ebisu"; in { imports = [ ./fortune ]; programs.home-manager.enable = true; + nix.package = pkgs.nix; home = { inherit username; |