fixed mouse, added aircrack, removed steam
This commit is contained in:
parent
3b972f638d
commit
04e9bd588d
@ -37,6 +37,8 @@
|
||||
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
|
||||
# SSD
|
||||
boot.tmpOnTmpfs = true; # save some writes
|
||||
fileSystems."/".options = "discard,noatime";
|
||||
@ -87,7 +89,7 @@
|
||||
# Desktop Environment helpers
|
||||
dmenu bar-xft i3lock sxhkd
|
||||
# Games
|
||||
minecraft steam dwarf_fortress
|
||||
minecraft dwarf_fortress
|
||||
# Applications
|
||||
neovim ranger weechat bc w3m gnupg zathura go14Packages.ipfs.bin
|
||||
tmux htop rxvt_unicode pandoc mosh ncdu cv pv tree screenfetch
|
||||
@ -134,8 +136,8 @@
|
||||
buttonsMap = [1 3 2];
|
||||
tapButtons = false;
|
||||
maxSpeed = "3";
|
||||
minSpeed = "0.1";
|
||||
accelFactor = "0.05";
|
||||
minSpeed = "0.5";
|
||||
accelFactor = "0.06";
|
||||
palmDetect = true;
|
||||
twoFingerScroll = true;
|
||||
additionalOptions = ''
|
||||
@ -192,6 +194,7 @@
|
||||
user = "fazo";
|
||||
dataDir = "/home/fazo/.config/syncthing";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
# Custom Services
|
||||
@ -216,7 +219,7 @@
|
||||
|
||||
users.extraUsers.fazo = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "transmission" "vboxusers" ];
|
||||
extraGroups = [ "wheel" "vboxusers" ];
|
||||
uid = 1000;
|
||||
shell = "/run/current-system/sw/bin/zsh";
|
||||
openssh.authorizedKeys.keys = [ "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIqHaL0uH1ko/jLI3JeetD4bITUF34IE9HTEvF2Go8JYbhk3YSsG0/EoNu8dhA35S45Y7TXUk/K0axcqmFUePVwY271b7L+9I7/ehUg1wHOaNLCf/ueAyRfo5ZUHuH1YnTg9TinwVi0dynjVMaaVDR1YWVgzuw0KTEDW5em5m+jRbDvFrrq72D2GD/fYqkc2Z/cmnRijMi26PCF1xTq4g6BlIUYloCN+ZlDRvkSWiqCcFD3a/QOZXsUBVg80K4QrHVwj4+Bu2M1KDLhmW+8fzMkbwzKumUFt9SwcQh5Tq/MQfzSWOO2wtn1sys0BDKGazJwn9gMFNkcFbRsD5Uqcgh fazo@mac.lan" ];
|
||||
|
Loading…
Reference in New Issue
Block a user