Compare commits
3 Commits
c7a7277b15
...
eaf7043af3
| Author | SHA1 | Date | |
|---|---|---|---|
| eaf7043af3 | |||
| 29fc5d439a | |||
| 5079c03620 |
1
home.nix
1
home.nix
@@ -16,6 +16,7 @@
|
||||
./programs/firefox.nix
|
||||
./programs/tmux.nix
|
||||
./programs/git.nix
|
||||
./programs/libreoffice.nix
|
||||
./wm/rofi.nix
|
||||
./wm/cursor.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