summaryrefslogtreecommitdiff
path: root/nixpkgs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-17 15:53:41 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-17 15:53:41 +0100
commit30531facff062d140079e2e354fb6e62b184b5cd (patch)
treed092a864afbc2c18cd401258093c880b0ef0e7b7 /nixpkgs
parent0df93e912e8644f2a93be0119296dbcb5ae06093 (diff)
downloaduser-config-30531facff062d140079e2e354fb6e62b184b5cd.tar.gz
user-config-30531facff062d140079e2e354fb6e62b184b5cd.zip
Add discard, cleanup /tmp on boot
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/kusanagi.nix4
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";