diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-17 15:53:41 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-17 15:53:41 +0100 |
commit | 30531facff062d140079e2e354fb6e62b184b5cd (patch) | |
tree | d092a864afbc2c18cd401258093c880b0ef0e7b7 /nixpkgs | |
parent | 0df93e912e8644f2a93be0119296dbcb5ae06093 (diff) | |
download | user-config-30531facff062d140079e2e354fb6e62b184b5cd.tar.gz user-config-30531facff062d140079e2e354fb6e62b184b5cd.zip |
Add discard, cleanup /tmp on boot
Diffstat (limited to 'nixpkgs')
-rw-r--r-- | nixpkgs/kusanagi.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nixpkgs/kusanagi.nix b/nixpkgs/kusanagi.nix index 6757886..56d3dc4 100644 --- a/nixpkgs/kusanagi.nix +++ b/nixpkgs/kusanagi.nix @@ -1,7 +1,5 @@ { pkgs, ... }: { - imports = [ - ./common.nix - ]; + imports = [ ./common.nix ]; home.homeDirectory = "/home/lx"; xdg.userDirs.download = "/home/lx/Downloads"; |