Move libreoffice and otpclient to default
This commit is contained in:
parent
8869195f1a
commit
f4fea206ab
|
@ -3,7 +3,10 @@
|
||||||
home.username = "xenia";
|
home.username = "xenia";
|
||||||
home.homeDirectory = "/home/xenia";
|
home.homeDirectory = "/home/xenia";
|
||||||
home.stateVersion = "22.11";
|
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;
|
# xdg.configFile."hypr/hyprpaper.conf".source = ../desktop/config/hypr/hyprpaper-Vanguard.conf;
|
||||||
# wayland.windowManager.hyprland.extraConfig = ''
|
# 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";
|
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; [
|
home.packages = with pkgs; [
|
||||||
discord
|
discord
|
||||||
element-desktop
|
element-desktop
|
||||||
nomachine-client
|
|
||||||
otpclient
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,9 +7,7 @@
|
||||||
./ssh/work.nix
|
./ssh/work.nix
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
libreoffice-fresh
|
|
||||||
nomachine-client
|
nomachine-client
|
||||||
otpclient
|
|
||||||
teams
|
teams
|
||||||
zoom-us
|
zoom-us
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue