move chromium config to home level
This commit is contained in:
parent
6dd9ceb771
commit
77d70dcf2e
4 changed files with 24 additions and 18 deletions
|
|
@ -34,6 +34,7 @@
|
|||
atuin.enable = true;
|
||||
thunderbird.enable = true;
|
||||
obs.enable = true;
|
||||
chromium.enable = true;
|
||||
};
|
||||
|
||||
david = {
|
||||
|
|
@ -76,13 +77,4 @@
|
|||
viu
|
||||
just
|
||||
];
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
commandLineArgs = [
|
||||
"--ozone-platform=wayland"
|
||||
"--enable-wayland-ime=true"
|
||||
"--enable-features=UseOzonePlatform"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue