revamped setup

This commit is contained in:
gpskwlkr 2024-03-29 12:01:14 +04:00
parent 8f13d0a017
commit e7d7db79e6
32 changed files with 358 additions and 830 deletions

11
system/modules/theme.nix Normal file
View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gnome3.adwaita-icon-theme # default gnome cursors
glib
gsettings-desktop-schemas
nwg-look
];
}