qenya/packages: rename from cli, include common graphical packages
This commit is contained in:
parent
ecd98229ff
commit
84fb7727da
8 changed files with 40 additions and 48 deletions
|
@ -29,19 +29,6 @@
|
|||
users.users.qenya.hashedPasswordFile = config.age.secrets.user-password-kilgharrah-qenya.path;
|
||||
users.users.qenya.extraGroups = [ "wheel" ];
|
||||
home-manager.users.qenya = {
|
||||
programs.firefox.enable = true;
|
||||
programs.vscode.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bitwarden
|
||||
discord
|
||||
feishin
|
||||
gimp-with-plugins
|
||||
jellyfin-media-player
|
||||
tor-browser-bundle-bin
|
||||
zoom-us
|
||||
];
|
||||
|
||||
# For the moment, this hosts some network-accessible services, so we want it on 24/7
|
||||
programs.plasma.powerdevil.AC.autoSuspend.action = "nothing";
|
||||
};
|
||||
|
|
|
@ -1,28 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.firefox.enable = true;
|
||||
programs.vscode.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bitwarden
|
||||
discord
|
||||
feishin
|
||||
gimp-with-plugins
|
||||
jellyfin-media-player
|
||||
keepassxc
|
||||
tor-browser-bundle-bin
|
||||
zoom-us
|
||||
|
||||
amberol
|
||||
foliate
|
||||
nicotine-plus
|
||||
|
||||
# libreoffice
|
||||
libreoffice
|
||||
hunspell
|
||||
hunspellDicts.en_GB-ise
|
||||
|
||||
# games
|
||||
openttd
|
||||
prismlauncher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue