mirror of
https://github.com/flynx/nixos.git
synced 2025-10-29 11:10: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;
|
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...
|
# fix an issue with the touchpad/touchpoint not working after suspend...
|
||||||
# XXX move to hardware-specific-file...
|
# XXX move to hardware-specific-file...
|
||||||
@ -90,25 +88,8 @@
|
|||||||
# ${pkgs.kmod}/bin/modprobe i2c_i801
|
# ${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...
|
# ThinkPad keyboard auto highlight...
|
||||||
# XXX this fails...
|
#services.tp-auto-kbbl.enable = true;
|
||||||
#services.tp-auto-kbbl = {
|
|
||||||
# enable = true;
|
|
||||||
# device = "/dev/input/event19";
|
|
||||||
# arguments = [
|
|
||||||
# ];
|
|
||||||
#};
|
|
||||||
|
|
||||||
networking.hostName = "yoga-nix";
|
networking.hostName = "yoga-nix";
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
@ -302,11 +283,10 @@
|
|||||||
#tdrop
|
#tdrop
|
||||||
tmux
|
tmux
|
||||||
tree
|
tree
|
||||||
btop htop iotop iftop
|
btop htop #gtop
|
||||||
|
iotop iftop
|
||||||
ncdu du-dust
|
ncdu du-dust
|
||||||
|
|
||||||
tlp acpi
|
|
||||||
|
|
||||||
gparted
|
gparted
|
||||||
#gdisk
|
#gdisk
|
||||||
testdisk
|
testdisk
|
||||||
@ -342,7 +322,6 @@
|
|||||||
})
|
})
|
||||||
# fonts...
|
# fonts...
|
||||||
nerdfonts
|
nerdfonts
|
||||||
terminus_font
|
|
||||||
|
|
||||||
# GUI
|
# GUI
|
||||||
keepassxc
|
keepassxc
|
||||||
@ -354,7 +333,6 @@
|
|||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
|
||||||
# dev
|
# dev
|
||||||
gitFull
|
|
||||||
gnumake
|
gnumake
|
||||||
nodejs
|
nodejs
|
||||||
electron
|
electron
|
||||||
@ -386,18 +364,21 @@
|
|||||||
gnomeExtensions.hibernate-status-button
|
gnomeExtensions.hibernate-status-button
|
||||||
gnomeExtensions.caffeine
|
gnomeExtensions.caffeine
|
||||||
gnomeExtensions.grand-theft-focus
|
gnomeExtensions.grand-theft-focus
|
||||||
gnomeExtensions.command-menu
|
|
||||||
# XXX this seems to be missing...
|
|
||||||
# see: https://github.com/AstraExt/astra-monitor
|
|
||||||
#gnomeExtensions.astra-monitor
|
#gnomeExtensions.astra-monitor
|
||||||
|
# does not seem to work...
|
||||||
|
#gnomeExtensions.syncthing-indicator
|
||||||
|
|
||||||
gnome-firmware-updater
|
gnome-firmware-updater
|
||||||
gnome.gedit
|
gnome.gedit
|
||||||
|
|
||||||
# media...
|
# media...
|
||||||
vlc mpv cmus
|
vlc
|
||||||
yt-dlp media-downloader
|
mpv
|
||||||
ffmpeg ffmpegthumbnailer
|
yt-dlp
|
||||||
|
cmus
|
||||||
|
media-downloader
|
||||||
|
ffmpeg
|
||||||
|
ffmpegthumbnailer
|
||||||
|
|
||||||
#blender
|
#blender
|
||||||
#krita
|
#krita
|
||||||
@ -407,7 +388,7 @@
|
|||||||
|
|
||||||
programs.geary.enable = false;
|
programs.geary.enable = false;
|
||||||
|
|
||||||
#programs.git.enable = true;
|
programs.git.enable = true;
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user