summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif.nix')
-rw-r--r--sif.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/sif.nix b/sif.nix
index 17db8f74..bf0b5872 100644
--- a/sif.nix
+++ b/sif.nix
@@ -59,6 +59,8 @@
59 nixpkgs.config.allowUnfree = true; 59 nixpkgs.config.allowUnfree = true;
60 60
61 services = { 61 services = {
62 blueman.enable = true;
63
62 colord.enable = true; 64 colord.enable = true;
63 65
64 vnstat.enable = true; 66 vnstat.enable = true;
@@ -88,7 +90,7 @@
88 enable = true; 90 enable = true;
89 greeters.gtk = { 91 greeters.gtk = {
90 clock-format = "%H:%M %a %b %_d"; 92 clock-format = "%H:%M %a %b %_d";
91 indicators = ["~host" "~spacer" "~session" "~spacer" "~power" "~clock"]; 93 indicators = ["~host" "~spacer" "~clock" "~session" "~power"];
92 theme = { 94 theme = {
93 package = pkgs.equilux-theme; 95 package = pkgs.equilux-theme;
94 name = "Equilux-compact"; 96 name = "Equilux-compact";