Changed Desktop

This commit is contained in:
2025-09-10 11:48:22 +02:00
parent 6804d95a08
commit d099faf68a
4591 changed files with 1612898 additions and 51 deletions

View File

@@ -1,6 +1,5 @@
{
pkgs,
lib,
username,
...
}:
@@ -28,7 +27,11 @@
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
git
cmatrix
tdf
figlet
tty-clock
lolcat
# System tools
sysstat
lm_sensors # for `sensors` command
@@ -94,6 +97,8 @@
security.polkit.enable = true;
security.rtkit.enable = true;
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
};
programs.ssh.startAgent = true;
}