Update system packages and home configuration

This commit is contained in:
2025-10-17 01:20:53 +02:00
parent efb8dcda36
commit 873e9fd4e7
24 changed files with 189 additions and 263 deletions

View File

@@ -2,20 +2,13 @@
{
environment.systemPackages = with pkgs; [
# Communication
discord
slack
mattermost-desktop
# Productivity & Office
bitwarden-desktop
tutanota-desktop
anki-bin
onlyoffice-bin
iotas
logseq
# Cloud
nextcloud-client
# Browsers
ungoogled-chromium
# Utilities
galculator
gedit

View File

@@ -5,8 +5,6 @@
nixd
nil
nixfmt-rfc-style
# Editors & IDEs
zed-editor
# Learning & practice
exercism
];

View File

@@ -6,11 +6,7 @@
}:
{
environment.systemPackages = with pkgs; [
# Gaming platforms
lutris
wineWowPackages.waylandFull
inputs.prismlauncher-cracked.packages.${system}.default
# Games
space-cadet-pinball
tty-solitaire
];

View File

@@ -18,6 +18,5 @@
enable = true;
enableSSHSupport = true;
};
kdeconnect.enable = true;
};
}

View File

@@ -41,7 +41,7 @@
appimage-run
libnotify
v4l-utils
# kronometer
tasktimer
# Language dicts for Iotas
hunspell
hunspellDicts.pl_PL

View File

@@ -4,7 +4,6 @@
virt-viewer
lazydocker
docker-client
docker-compose
distrobox
];
}

View File

@@ -1,74 +0,0 @@
{ ... }:
{
programs = {
starship = {
enable = false;
settings = {
add_newline = false;
buf = {
symbol = " ";
};
c = {
symbol = " ";
};
directory = {
read_only = " 󰌾";
};
docker_context = {
symbol = " ";
};
fossil_branch = {
symbol = " ";
};
git_branch = {
symbol = " ";
};
golang = {
symbol = " ";
};
hg_branch = {
symbol = " ";
};
hostname = {
ssh_symbol = " ";
};
lua = {
symbol = " ";
};
memory_usage = {
symbol = "󰍛 ";
};
meson = {
symbol = "󰔷 ";
};
nim = {
symbol = "󰆥 ";
};
nix_shell = {
symbol = " ";
};
nodejs = {
symbol = " ";
};
ocaml = {
symbol = " ";
};
package = {
symbol = "󰏗 ";
};
python = {
symbol = " ";
};
rust = {
symbol = " ";
};
swift = {
symbol = " ";
};
zig = {
symbol = " ";
};
};
};
};
}

View File

@@ -8,16 +8,14 @@
gamescopeSession.enable = true;
extraCompatPackages = [ pkgs.proton-ge-bin ];
};
gamescope = {
enable = true;
capSysNice = true;
args = [
"--rt"
"--expose-wayland"
];
};
# gamescope = {
# enable = true;
# capSysNice = true;
# args = [
# "--rt"
# "--expose-wayland"
# ];
# };
gamemode.enable = true;
};
}