Skip to content

Commit e6a759d

Browse files
committed
add chromium
1 parent 7311e43 commit e6a759d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

home/programs.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
{
99
programs = {
10+
chromium = {
11+
enable = true;
12+
};
1013
ghostty = {
1114
enable = false;
1215
enableFishIntegration = true;

modules/system/preservation.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ _: {
127127
".config/calcurse"
128128
".local/share/calcurse"
129129
".config/retroarch"
130+
".config/chromium"
130131
];
131132
};
132133
};

0 commit comments

Comments
 (0)