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 = {
|
modules = {
|
||||||
system = {
|
system = {
|
||||||
|
impermanence.enable = true;
|
||||||
programs = {
|
programs = {
|
||||||
editors = {
|
editors = {
|
||||||
emacs.enable = true;
|
emacs.enable = true;
|
||||||
|
@ -70,7 +71,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
style = {
|
style = {
|
||||||
|
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue