Added impermanence to home manager
This commit is contained in:
+10
-1
@@ -1,9 +1,18 @@
|
||||
{ lib, inputs, ... }:
|
||||
{
|
||||
lib,
|
||||
inputs,
|
||||
primaryUser,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixcord.homeModules.nixcord
|
||||
];
|
||||
|
||||
home.persistence."/persist/home/${primaryUser}".directories = [
|
||||
".config/vesktop"
|
||||
];
|
||||
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
discord = lib.mkForce { enable = false; };
|
||||
|
||||
Reference in New Issue
Block a user