We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7311e43 commit e6a759dCopy full SHA for e6a759d
home/programs.nix
@@ -7,6 +7,9 @@
7
8
{
9
programs = {
10
+ chromium = {
11
+ enable = true;
12
+ };
13
ghostty = {
14
enable = false;
15
enableFishIntegration = true;
modules/system/preservation.nix
@@ -127,6 +127,7 @@ _: {
127
".config/calcurse"
128
".local/share/calcurse"
129
".config/retroarch"
130
+ ".config/chromium"
131
];
132
};
133
0 commit comments