about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-06-05 00:32:19 +0200
committerProfpatsch <mail@profpatsch.de>2016-06-06 13:32:38 +0200
commit975f6349269d280aae7c2e37f627622862cb3093 (patch)
treefcf52ff8c30a8782b2abb73cffd61aee85ab2c28 /machines
parent91711135311813e6f529670a13bf7bcb236d604a (diff)
machines/katara: misc
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix18
1 files changed, 15 insertions, 3 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 07e6c6c6..5fe7585c 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -11,7 +11,7 @@ let
   philip = rec {
     name = "philip";
     group = "users";
-          extraGroups = [ "wheel" "networkmanager" "sambashare" ];
+    extraGroups = [ "wheel" "networkmanager" ];
     uid = 1000;
     createHome = true;
     home = "/home/philip";
@@ -37,7 +37,6 @@ in {
     ###########
     # Hardware
 
-
     fileSystems."/" = {
       device = "/dev/dm-0";
       fsType = "btrfs";
@@ -49,7 +48,12 @@ in {
       fsType = "ext3";
     };
 
-    hardware.pulseaudio.enable = true;
+    hardware.pulseaudio = {
+      enable = true;
+      # package = pkgs.pulseaudioFull;
+      # zeroconf.discovery = true;
+      # zeroconf.publish = true;
+    };
 
     vuizvui.hardware.thinkpad.enable = true;
 
@@ -267,6 +271,7 @@ in {
       videoDrivers = [ "intel" ];
 
       # otherwise xterm is enabled, creating an xterm that spawns the window manager.
+      # TODO: Try to fix (annoying for new users)
       desktopManager.xterm.enable = false;
 
       # TODO: include taffybar
@@ -274,6 +279,13 @@ in {
         enable = true;
         enableContribAndExtras = true;
       };
+
+      # autorepeat = {
+      #   enable = true;
+      #   delay = 250;
+      #   rate = 35;
+      # };
+
       displayManager = {
         sessionCommands =
             ''