Move libreoffice and otpclient to default
This commit is contained in:
parent
8869195f1a
commit
f4fea206ab
|
@ -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 = ''
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -9,7 +9,5 @@
|
|||
home.packages = with pkgs; [
|
||||
discord
|
||||
element-desktop
|
||||
nomachine-client
|
||||
otpclient
|
||||
];
|
||||
}
|
||||
|
|
|
@ -7,9 +7,7 @@
|
|||
./ssh/work.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
libreoffice-fresh
|
||||
nomachine-client
|
||||
otpclient
|
||||
teams
|
||||
zoom-us
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue