From 975f6349269d280aae7c2e37f627622862cb3093 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 5 Jun 2016 00:32:19 +0200 Subject: machines/katara: misc --- machines/profpatsch/katara.nix | 18 +++++++++++++++--- 1 file 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 = '' -- cgit 1.4.1