Merge pull request 'master > home' (#35) from master into home
Reviewed-on: #35
This commit was merged in pull request #35.
This commit is contained in:
1
home.nix
1
home.nix
@@ -16,6 +16,7 @@
|
|||||||
./programs/firefox.nix
|
./programs/firefox.nix
|
||||||
./programs/tmux.nix
|
./programs/tmux.nix
|
||||||
./programs/git.nix
|
./programs/git.nix
|
||||||
|
./programs/libreoffice.nix
|
||||||
./wm/rofi.nix
|
./wm/rofi.nix
|
||||||
./wm/cursor.nix
|
./wm/cursor.nix
|
||||||
./wm/dconf.nix
|
./wm/dconf.nix
|
||||||
|
|||||||
11
programs/libreoffice.nix
Normal file
11
programs/libreoffice.nix
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
libreoffice
|
||||||
|
|
||||||
|
hunspell
|
||||||
|
hunspellDicts.en_US
|
||||||
|
hunspellDicts.nl_NL
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user