stylix and bugfixes

This commit is contained in:
alisceon 2026-01-08 18:05:08 +01:00
parent 1b31f9e29c
commit 86a63e1131
11 changed files with 193 additions and 155 deletions

View file

@ -41,7 +41,7 @@
8080
8888
];
environment = {
systemPackages = [
# Chat
@ -50,10 +50,8 @@
pkgs.mumble
# Browser
pkgs.firefox
pkgs.firefoxpwa
pkgs.chromium
(pkgs.chromium.override { enableWideVine = true; })
# Development
pkgs.vscode
pkgs.devenv
@ -69,5 +67,6 @@
pkgs.vlc
pkgs.via
]; # end systemPackages
sessionVariables.NIXOS_OZONE_WL = "1";
}; # end environment
} #end file