Simplify Blender import, remove Rot8, standardize fastfetch import, add Teams (ew), split up environment vars, etc
This commit is contained in:
parent
19a6abfbb6
commit
d4ca164ed3
23 changed files with 68 additions and 53 deletions
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports = [
|
||||
./easyeffects
|
||||
./impermanence
|
||||
./mpd
|
||||
./playerctl
|
||||
];
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
{ config, lib, impermanence, ... }:
|
||||
{
|
||||
imports = [ impermanence.homeManagerModules.impermanence ];
|
||||
|
||||
home.persistence."/persist${config.home.homeDirectory}" = {
|
||||
directories = [
|
||||
"Keepers"
|
||||
"Projects"
|
||||
|
||||
".ssh"
|
||||
".gnupg"
|
||||
] ++ (if config.home.desktop.enable then [
|
||||
"Documents"
|
||||
"Photos"
|
||||
"Videos"
|
||||
"Games"
|
||||
|
||||
".local/state/wireplumber"
|
||||
] else []);
|
||||
allowOther = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue