refactor: move sessionVariables.BROWSER into chromium.nix
This commit is contained in:
parent
9ef0ece9d7
commit
5efe210d80
2 changed files with 4 additions and 5 deletions
|
@ -47,10 +47,6 @@ in {
|
|||
wl-clipboard
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
BROWSER = "chromium";
|
||||
};
|
||||
|
||||
pointerCursor = {
|
||||
package = pkgs.phinger-cursors;
|
||||
name = "phinger-cursors-light";
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
_: {
|
||||
home-manager.users.buffet = {
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
home.sessionVariables = {
|
||||
BROWSER = "chromium";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue