mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
better software repartition
This commit is contained in:
parent
64a306d83c
commit
48c2b6f207
5 changed files with 26 additions and 21 deletions
|
@ -5,6 +5,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
username,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
|
@ -78,7 +79,7 @@
|
|||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.harry123 = {
|
||||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
(discord.override {
|
||||
withVencord = true;
|
||||
})
|
||||
vesktop
|
||||
];
|
||||
# screen record support
|
||||
xdg = {
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
# 3d modeling
|
||||
blender
|
||||
|
||||
beeper
|
||||
signal-desktop
|
||||
gajim
|
||||
weechat
|
||||
|
@ -46,10 +47,10 @@
|
|||
nil
|
||||
jetbrains.idea-ultimate
|
||||
|
||||
why3
|
||||
alt-ergo
|
||||
cvc4
|
||||
z3
|
||||
# why3
|
||||
# alt-ergo
|
||||
# cvc4
|
||||
# z3
|
||||
bitwarden
|
||||
kicad
|
||||
ente-auth
|
||||
|
@ -58,8 +59,12 @@
|
|||
revolt-desktop
|
||||
exactaudiocopy
|
||||
picard
|
||||
dysk
|
||||
rsync
|
||||
nextcloud-client
|
||||
i2pd
|
||||
|
||||
# games
|
||||
tetrio-desktop
|
||||
osu-lazer-bin
|
||||
];
|
||||
|
||||
virtualisation.containers.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue