Compare commits

...

2 commits

5 changed files with 12 additions and 7 deletions

View file

@ -1,5 +0,0 @@
{ config, lib, pkgs, ... }:
{
programs.btop.enable = true;
}

View file

@ -9,4 +9,6 @@
cowsay
lolcat
];
programs.btop.enable = true;
}

9
home/libreoffice.nix Normal file
View file

@ -0,0 +1,9 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_GB-ise
];
}

View file

@ -3,10 +3,10 @@
{
home-manager.users.qenya = { pkgs, ... }: {
imports = [
../../home/btop.nix
../../home/cli.nix
../../home/firefox.nix
../../home/gnome
../../home/libreoffice.nix
../../home/vscode.nix
];

View file

@ -3,7 +3,6 @@
{
home-manager.users.qenya = { pkgs, ... }: {
imports = [
../../home/btop.nix
../../home/cli.nix
];