diff options
author | Alan Pearce | 2024-11-17 16:42:06 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-17 16:42:06 +0100 |
commit | 9b3ce667988043e472117e1647647dd211a970dd (patch) | |
tree | b0c22694955e0fd2358759e37b7c0f8423b35880 /user | |
parent | 005bfdb01e83c677cb5d2cadcbed1ca2ee214695 (diff) | |
download | nixfiles-9b3ce667988043e472117e1647647dd211a970dd.tar.lz nixfiles-9b3ce667988043e472117e1647647dd211a970dd.tar.zst nixfiles-9b3ce667988043e472117e1647647dd211a970dd.zip |
marvin: use common nix settings
Diffstat (limited to 'user')
-rw-r--r-- | user/marvin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/marvin.nix b/user/marvin.nix index b76bdd74..01a29b1f 100644 --- a/user/marvin.nix +++ b/user/marvin.nix @@ -13,6 +13,7 @@ ./settings/nixpkgs.nix ./settings/ssh.nix ./settings/user-interface.nix + ./settings/nix.nix ]; home.username = "alan"; |