modularized user apps + corrected networking option that was specific to puter
This commit is contained in:
@@ -6,53 +6,18 @@
|
||||
nixpkgs.config.permittedInsecurePackages = ["qtwebengine-5.15.19"];
|
||||
nixpkgs.config = {chromium = {enableWideVine = true;};};
|
||||
|
||||
imports = [
|
||||
../../modules/userapps/utils.nix
|
||||
#../../modules/common/steam.nix
|
||||
../../modules/userapps/devutils.nix
|
||||
../../modules/userapps/internet.nix
|
||||
../../modules/userapps/media.nix
|
||||
../../modules/userapps/productivity.nix
|
||||
];
|
||||
|
||||
users.users.user = {
|
||||
isNormalUser = true;
|
||||
description = "user";
|
||||
extraGroups = ["networkmanager" "wheel" "video" "libvirtd"];
|
||||
packages = with pkgs; [
|
||||
# Dev stuff, most of it might be replaced by devenvs later on
|
||||
ghostty
|
||||
tealdeer
|
||||
vscodium
|
||||
gcc
|
||||
python
|
||||
alejandra
|
||||
devenv
|
||||
nodejs
|
||||
mermaid-cli
|
||||
rustup
|
||||
delta
|
||||
just
|
||||
kondo
|
||||
|
||||
# Chatting
|
||||
signal-desktop
|
||||
element-desktop
|
||||
|
||||
# Productivity apps
|
||||
obsidian
|
||||
onlyoffice-desktopeditors
|
||||
keepassxc
|
||||
evolution
|
||||
anki-bin
|
||||
pomodoro-gtk
|
||||
#ticker
|
||||
|
||||
# web browsers
|
||||
ungoogled-chromium
|
||||
tor-browser-bundle-bin
|
||||
transmission_4-gtk
|
||||
|
||||
# multimedia
|
||||
vlc
|
||||
mpv
|
||||
yt-dlp
|
||||
freetube
|
||||
jellyfin-media-player
|
||||
feishin
|
||||
];
|
||||
};
|
||||
#ciscoPacketTracer8
|
||||
#parallel-disk-usage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user