Tuning
This commit is contained in:
+7
-2
@@ -1,11 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Flatpak
|
# Basic desktop stuff
|
||||||
#
|
#
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
adwaita
|
# Themes
|
||||||
|
adwaita-icon-theme
|
||||||
breeze
|
breeze
|
||||||
|
|
||||||
|
# Common utils
|
||||||
|
xfce.thunar
|
||||||
|
xfce.thunar-volman
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user