mirror of
https://github.com/flynx/nixos.git
synced 2025-10-29 03:00:10 +00:00
Compare commits
No commits in common. "b867d09840a8130fc1424acfc8fb9fe743530834" and "f898453e0e6f3d3bb1ab65c5d8a14f9e88330646" have entirely different histories.
b867d09840
...
f898453e0e
@ -77,8 +77,6 @@
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
# XXX move to hardware-specific-file...
|
||||
boot.initrd.kernelModules = [ "i915" ];
|
||||
|
||||
# fix an issue with the touchpad/touchpoint not working after suspend...
|
||||
# XXX move to hardware-specific-file...
|
||||
@ -90,25 +88,8 @@
|
||||
# ${pkgs.kmod}/bin/modprobe i2c_i801
|
||||
#'';
|
||||
|
||||
# NOTE: this will be reset on loading of gpu driver, this can be fixed by preloading the
|
||||
# driver manually via:
|
||||
# boot.initrd.kernelModules = [ "i915" ];
|
||||
console = {
|
||||
earlySetup = true;
|
||||
packages = with pkgs; [
|
||||
terminus_font
|
||||
];
|
||||
font = "ter-u18n";
|
||||
};
|
||||
|
||||
# ThinkPad keyboard auto highlight...
|
||||
# XXX this fails...
|
||||
#services.tp-auto-kbbl = {
|
||||
# enable = true;
|
||||
# device = "/dev/input/event19";
|
||||
# arguments = [
|
||||
# ];
|
||||
#};
|
||||
#services.tp-auto-kbbl.enable = true;
|
||||
|
||||
networking.hostName = "yoga-nix";
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
@ -302,11 +283,10 @@
|
||||
#tdrop
|
||||
tmux
|
||||
tree
|
||||
btop htop iotop iftop
|
||||
btop htop #gtop
|
||||
iotop iftop
|
||||
ncdu du-dust
|
||||
|
||||
tlp acpi
|
||||
|
||||
gparted
|
||||
#gdisk
|
||||
testdisk
|
||||
@ -342,7 +322,6 @@
|
||||
})
|
||||
# fonts...
|
||||
nerdfonts
|
||||
terminus_font
|
||||
|
||||
# GUI
|
||||
keepassxc
|
||||
@ -354,7 +333,6 @@
|
||||
nextcloud-client
|
||||
|
||||
# dev
|
||||
gitFull
|
||||
gnumake
|
||||
nodejs
|
||||
electron
|
||||
@ -386,18 +364,21 @@
|
||||
gnomeExtensions.hibernate-status-button
|
||||
gnomeExtensions.caffeine
|
||||
gnomeExtensions.grand-theft-focus
|
||||
gnomeExtensions.command-menu
|
||||
# XXX this seems to be missing...
|
||||
# see: https://github.com/AstraExt/astra-monitor
|
||||
#gnomeExtensions.astra-monitor
|
||||
# does not seem to work...
|
||||
#gnomeExtensions.syncthing-indicator
|
||||
|
||||
gnome-firmware-updater
|
||||
gnome.gedit
|
||||
|
||||
# media...
|
||||
vlc mpv cmus
|
||||
yt-dlp media-downloader
|
||||
ffmpeg ffmpegthumbnailer
|
||||
vlc
|
||||
mpv
|
||||
yt-dlp
|
||||
cmus
|
||||
media-downloader
|
||||
ffmpeg
|
||||
ffmpegthumbnailer
|
||||
|
||||
#blender
|
||||
#krita
|
||||
@ -407,7 +388,7 @@
|
||||
|
||||
programs.geary.enable = false;
|
||||
|
||||
#programs.git.enable = true;
|
||||
programs.git.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
programs.firefox.enable = true;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user