diff options
| author | Fuwn <[email protected]> | 2024-09-09 02:59:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-09 02:59:57 -0700 |
| commit | ef35c424cc2a631154e95f12f57a992d94d9a179 (patch) | |
| tree | a1e36369dc7c785cbb8550f672e0a57f9e0c8146 /home/ebisu/default.nix | |
| parent | Bump (diff) | |
| download | nixos-config-ef35c424cc2a631154e95f12f57a992d94d9a179.tar.xz nixos-config-ef35c424cc2a631154e95f12f57a992d94d9a179.zip | |
Bump: catgirl
Diffstat (limited to 'home/ebisu/default.nix')
| -rw-r--r-- | home/ebisu/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home/ebisu/default.nix b/home/ebisu/default.nix index 6e7a2d8..8229d2b 100644 --- a/home/ebisu/default.nix +++ b/home/ebisu/default.nix @@ -2,11 +2,9 @@ pkgs, config, inputs, + username, ... }: -let - username = "ebisu"; -in { imports = [ ./fortune ]; programs.home-manager.enable = true; |