mirror of
				https://github.com/flynx/nixos.git
				synced 2025-11-04 06:00:11 +00:00 
			
		
		
		
	Compare commits
	
		
			No commits in common. "a45aab0b1ffa0b5bddf2eef3f79a450e10b487bd" and "b867d09840a8130fc1424acfc8fb9fe743530834" have entirely different histories.
		
	
	
		
			a45aab0b1f
			...
			b867d09840
		
	
		
@ -1,9 +1,14 @@
 | 
			
		||||
#
 | 
			
		||||
# TODO:
 | 
			
		||||
#   - setdisplay gamma (gnome-gamma-tool)
 | 
			
		||||
#   - second language keyboard layout
 | 
			
		||||
#   - language switching in Gnome (keyboard)
 | 
			
		||||
#   - hibernation -- DONE
 | 
			
		||||
#   - suspend -- DONE
 | 
			
		||||
#   - split into logical components (OS, hardware, ...)
 | 
			
		||||
#   - tablet-mode
 | 
			
		||||
#     - sensors
 | 
			
		||||
#   - latex -- DONE
 | 
			
		||||
#
 | 
			
		||||
#
 | 
			
		||||
# Edit this configuration file to define what should be installed on
 | 
			
		||||
@ -72,7 +77,6 @@
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  boot.kernelPackages = pkgs.linuxPackages_latest;
 | 
			
		||||
  # prevent the console fonts from being reset on driver detect/load...
 | 
			
		||||
  # XXX move to hardware-specific-file...
 | 
			
		||||
  boot.initrd.kernelModules = [ "i915" ];
 | 
			
		||||
 | 
			
		||||
@ -236,14 +240,6 @@
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  # groups keyd keyboard with the rest of the internal HID devices letting libinput correctly
 | 
			
		||||
  # handle touchpad features line "disable while typing"...
 | 
			
		||||
  environment.etc."libinput/local-overrides.quirks".text = ''
 | 
			
		||||
    [keyd]
 | 
			
		||||
    MatchUdevType=keyboard
 | 
			
		||||
    MatchName=keyd virtual keyboard
 | 
			
		||||
    AttrKeyboardIntegration=internal
 | 
			
		||||
  '';
 | 
			
		||||
 | 
			
		||||
  services.syncthing = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
@ -264,8 +260,7 @@
 | 
			
		||||
      # obfs4...
 | 
			
		||||
      ClientTransportPlugin = "obfs4 exec ${pkgs.obfs4}/bin/lyrebird";
 | 
			
		||||
      Bridge = [
 | 
			
		||||
        "obfs4 51.68.49.200:61511 D44D53FEBBD9BFB59726B5818CEAAC5A31DFDD24 cert=1Lc1kIQ84lYXsH3duofsZWh0Eb+xVVEmmsZP8YN8tLuFfjYghEgFfIsLmo78kXX383KMRw iat-mode=0"
 | 
			
		||||
        "obfs4 141.95.109.208:45280 377396B625F2A76E7DF51C1BF952EBD683EC3EA1 cert=R5X70kY6Hd4DdW8JbCsxBPMaMREIOwaqbwYGMff1NyPYUwLxnlQqzkP2fTD8uo2R7A5ROQ iat-mode=0"
 | 
			
		||||
        "obfs4 85.131.118.200:9674 A972B2E5384EAAA50D31E1A874CDD34D3DA6DE58 cert=MQJsFBUmP7SpLQwJwLzd+eELqTQ3ryHHXwDjy4yNlRq20i1B/fMiX+Po5pkixdCG100aWw iat-mode=0"
 | 
			
		||||
      ];
 | 
			
		||||
 | 
			
		||||
      ## snowflake... (XXX fails)
 | 
			
		||||
@ -279,6 +274,9 @@
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  # Enable touchpad support (enabled default in most desktopManager).
 | 
			
		||||
  # services.xserver.libinput.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
			
		||||
  users.users.f_lynx = {
 | 
			
		||||
    isNormalUser = true;
 | 
			
		||||
@ -307,9 +305,6 @@
 | 
			
		||||
    btop htop iotop iftop
 | 
			
		||||
    ncdu du-dust
 | 
			
		||||
 | 
			
		||||
    # mostly needed for debugging...
 | 
			
		||||
    #libinput
 | 
			
		||||
 | 
			
		||||
    tlp acpi
 | 
			
		||||
 | 
			
		||||
    gparted
 | 
			
		||||
@ -338,13 +333,7 @@
 | 
			
		||||
      etoolbox changepage pdfcomment eso-pic environ numprint xcolor
 | 
			
		||||
      pagecolor colorspace graphics adjustbox textpos fancyvrb flowfram
 | 
			
		||||
      fancyhdr pdfpages geometry 
 | 
			
		||||
      anyfontsize cprotect ccicons 
 | 
			
		||||
      # XXX this seems to be missing...
 | 
			
		||||
      #suffix 
 | 
			
		||||
      lipsum 
 | 
			
		||||
      hardwrap catchfile 
 | 
			
		||||
      # photobook...
 | 
			
		||||
      photobook
 | 
			
		||||
      # doc...
 | 
			
		||||
      titlesec hypdoc doctools needspace xstring listings imakeidx  
 | 
			
		||||
      latexmk;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user