Move libreoffice and otpclient to default

This commit is contained in:
Evie Litherland-Smith 2023-05-19 14:50:00 +01:00
parent 8869195f1a
commit f4fea206ab
4 changed files with 12 additions and 7 deletions

View file

@ -3,7 +3,10 @@
home.username = "xenia";
home.homeDirectory = "/home/xenia";
home.stateVersion = "22.11";
home.packages = with pkgs; [prismlauncher];
home.packages = with pkgs; [
prismlauncher
nomachine-client
];
# xdg.configFile."hypr/hyprpaper.conf".source = ../desktop/config/hypr/hyprpaper-Vanguard.conf;
# wayland.windowManager.hyprland.extraConfig = ''

View file

@ -1,3 +1,9 @@
{...}: let
{pkgs, ...}: let
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz";
in {imports = [(import "${home-manager}/nixos")];}
in {
imports = [(import "${home-manager}/nixos")];
home.packages = with pkgs; [
libreoffice-fresh
otpclient
];
}

View file

@ -9,7 +9,5 @@
home.packages = with pkgs; [
discord
element-desktop
nomachine-client
otpclient
];
}

View file

@ -7,9 +7,7 @@
./ssh/work.nix
];
home.packages = with pkgs; [
libreoffice-fresh
nomachine-client
otpclient
teams
zoom-us
];