Config for default browser
This commit is contained in:
parent
56a90423c6
commit
185e9edb27
2 changed files with 13 additions and 5 deletions
|
|
@ -3,7 +3,10 @@
|
|||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
modules = {
|
||||
desktop.wm.enable = true;
|
||||
desktop = {
|
||||
wm.enable = true;
|
||||
defaultBrowser = "brave";
|
||||
};
|
||||
editor = {
|
||||
vim.enable = true;
|
||||
emacs.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue