forked from fabian/nix_config
modularize browsers
This commit is contained in:
parent
f5cfd50183
commit
50943bb142
4 changed files with 21 additions and 2 deletions
|
@ -9,11 +9,9 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
calibre
|
||||
chromium
|
||||
darktable
|
||||
deluge
|
||||
discord
|
||||
firefox
|
||||
gcc
|
||||
gwenview
|
||||
kdenlive
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
neovim.enable = true;
|
||||
steam.enable = true;
|
||||
yubikey.enable = true;
|
||||
browsers.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue