temperance/configuration.nix: enable impermanence
This commit is contained in:
parent
90cc4f9ca9
commit
a4c6932684
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
};
|
||||
modules = {
|
||||
system = {
|
||||
impermanence.enable = true;
|
||||
programs = {
|
||||
editors = {
|
||||
emacs.enable = true;
|
||||
|
@ -70,7 +71,6 @@
|
|||
};
|
||||
|
||||
style = {
|
||||
|
||||
gtk.enable = true;
|
||||
qt.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue