Compare commits
8 Commits
5584efb29e
...
b1ee7bcb2d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1ee7bcb2d | ||
|
|
23cf21da76 | ||
|
|
dea56f0fe3 | ||
|
|
8196f20547 | ||
|
|
612392acf0 | ||
|
|
979f0bd7a1 | ||
| 29fc5d439a | |||
| 5079c03620 |
1
home.nix
1
home.nix
@@ -16,6 +16,7 @@
|
||||
./programs/firefox.nix
|
||||
./programs/tmux.nix
|
||||
./programs/git.nix
|
||||
./programs/libreoffice.nix
|
||||
./programs/vscode.nix
|
||||
./wm/rofi.nix
|
||||
./wm/cursor.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