mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
office: separated into new file
This commit is contained in:
@@ -40,13 +40,11 @@
|
|||||||
../../modules/nixos/theme.nix # install theming packages and some quickshell stuff
|
../../modules/nixos/theme.nix # install theming packages and some quickshell stuff
|
||||||
../../hostsModules/laptop/nixos/hardwareUtils.nix
|
../../hostsModules/laptop/nixos/hardwareUtils.nix
|
||||||
../../modules/nixos/otherUtils.nix
|
../../modules/nixos/otherUtils.nix
|
||||||
|
../../modules/nixos/office.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libreoffice
|
|
||||||
pkgs-unstable.vimPluginsUpdater # used for building plugins
|
|
||||||
vial # Open-source GUI and QMK fork for configuring your keyboard in real time
|
vial # Open-source GUI and QMK fork for configuring your keyboard in real time
|
||||||
birdtray # thunderbird tray app
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# to resolve this https://wiki.nixos.org/wiki/Home_Manager#I_cannot_set_GNOME_or_Gtk_themes_via_Home_Manager
|
# to resolve this https://wiki.nixos.org/wiki/Home_Manager#I_cannot_set_GNOME_or_Gtk_themes_via_Home_Manager
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
libreoffice
|
||||||
|
birdtray
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user