Compare commits

...

3 Commits

Author SHA1 Message Date
b867d09840 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-04-05 16:38:04 +03:00
34ba3dd4c9 fixed vconsole boot issue by preloading the graphics module...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-04-05 16:36:49 +03:00
8b42527189 playing with vconsole...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-04-05 16:02:18 +03:00

View File

@ -77,6 +77,8 @@
];
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...
@ -88,8 +90,25 @@
# ${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...
#services.tp-auto-kbbl.enable = true;
# XXX this fails...
#services.tp-auto-kbbl = {
# enable = true;
# device = "/dev/input/event19";
# arguments = [
# ];
#};
networking.hostName = "yoga-nix";
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -283,10 +302,11 @@
#tdrop
tmux
tree
btop htop #gtop
iotop iftop
btop htop iotop iftop
ncdu du-dust
tlp acpi
gparted
#gdisk
testdisk
@ -322,6 +342,7 @@
})
# fonts...
nerdfonts
terminus_font
# GUI
keepassxc
@ -333,6 +354,7 @@
nextcloud-client
# dev
gitFull
gnumake
nodejs
electron
@ -364,21 +386,18 @@
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
yt-dlp
cmus
media-downloader
ffmpeg
ffmpegthumbnailer
vlc mpv cmus
yt-dlp media-downloader
ffmpeg ffmpegthumbnailer
#blender
#krita
@ -388,7 +407,7 @@
programs.geary.enable = false;
programs.git.enable = true;
#programs.git.enable = true;
programs.dconf.enable = true;
programs.firefox.enable = true;