atlas generation 18 kernel version 6.18.8 at 17:44:50 2026-02-06 rebuilding

This commit is contained in:
morganmayday 2026-02-13 07:41:03 -08:00
parent 3c21630966
commit 4e9157aca0
6 changed files with 11 additions and 36 deletions

View file

@ -1,4 +1,5 @@
monitor=eDP-1,1920x1200@60.00200,auto,1 # Monitor for Atlas
monitor=eDP-1,1920x1200@60.00200,auto,1,mirror,DP-2 # Monitor for Atlas
monitor=DP-2,preferred,auto,1 #,mirror,eDP-1
animations {
enabled = false

View file

@ -1,36 +1,6 @@
{ inputs, config, osConfig, pkgs, variables, framework-12-13th-gen-intel, ... }:
{
system.nixos.label = "atlas";
networking.hostName = "atlas";
hardware.sensor.iio.enable = true;
services.thermald.enable = true; # prevents overheating on Intel CPUs
# services.tlp = { # laptop powerman stuff
# enable = true;
# settings = {
# CPU_SCALING_GOVERNOR_ON_AC = "performance";
# CPU_SCALING_GOVERNOR_ON_BAT = "performance";
#
# CPU_ENERGY_PERF_POLICY_ON_BAT = "performance";
# CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
#
# CPU_MIN_PERF_ON_AC = 0;
# CPU_MAX_PERF_ON_AC = 100;
# CPU_MIN_PERF_ON_BAT = 0;
# CPU_MAX_PERF_ON_BAT = 100;
#
# #Optional helps save long term battery health
# START_CHARGE_THRESH_BAT0 = 40; # 40 and below it starts to charge
# STOP_CHARGE_THRESH_BAT0 = 80; # 80 and above it stops charging
#
# };
# };
imports =
[ # if this map-impure doesn't work, copy the below file into this folder, and point the path here
/etc/nixos/hardware-configuration.nix
];
}

View file

@ -3,5 +3,10 @@
imports =
[
./${variables.hostname}.nix
# if this map-impure doesn't work, copy the below file into this folder, and point the path here
/etc/nixos/hardware-configuration.nix
];
system.nixos.label = "${variables.hostname}";
networking.hostName = "${variables.hostname}";
}

View file

@ -5,9 +5,6 @@
environment.systemPackages = with pkgs;
[
#### WORKFLOW-CLI ####
wget
unzip
zip
neovim
bash
bc
@ -46,6 +43,8 @@
dust # disk storage mapper
fzf # fuzzy finder
jq # json parser
slurp # mouse grabber
grim # png tool
#### COMMS ####
signal-desktop
#### WEBMASTER ####

View file

@ -8,7 +8,7 @@ $EDITOR $DOTFILES_DIR/scripts/depend/urls.txt
uec=$(date +%s)
if [[ $1 == a ]]; then
yt-dlp -a $DOTFILES_DIR/scripts/depend/urls.txt -o "$HOME/Media/Music/Fresh/%(title)s.%(ext)s" --sleep-interval 5 --max-sleep-interval 10 --extractor-args "youtube:player_client=default,web_safari;player_js_version=actual" --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:145.0) Gecko/20100101 Firefox/145.0" --cookies-from-browser firefox --write-thumbnail -x --embed-thumbnail --audio-format $2 --sponsorblock-remove sponsor,selfpromo
yt-dlp -a $DOTFILES_DIR/scripts/depend/urls.txt -o "$HOME/Media/Music/Fresh/%(title)s.%(ext)s" --sleep-interval 5 --max-sleep-interval 10 --extractor-args "youtube:player_client=default,web_safari;player_js_version=tv" --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" --cookies-from-browser firefox --write-thumbnail -x --embed-thumbnail --audio-format $2 --sponsorblock-remove sponsor,selfpromo
cp $DOTFILES_DIR/scripts/depend/urls.txt $DOTFILES_DIR/scripts/depend/cache/audio-urls-$uec.txt
echo "# Each URL requires its own line." > "$DOTFILES_DIR/scripts/depend/urls.txt"
elif [[ $1 == p ]]; then

View file

@ -8,7 +8,7 @@ $EDITOR $DOTFILES_DIR/scripts/depend/urls.txt
uec=$(date +%s)
if [[ $1 == a ]]; then
yt-dlp -a $DOTFILES_DIR/scripts/depend/urls.txt -o "$HOME/Media/Music/Fresh/%(title)s.%(ext)s" --sleep-interval 5 --max-sleep-interval 10 --extractor-args "youtube:player_client=default,web_safari;player_js_version=actual" --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:145.0) Gecko/20100101 Firefox/145.0" --cookies-from-browser firefox --write-thumbnail -x --embed-thumbnail --audio-format $2 --sponsorblock-remove sponsor,selfpromo
yt-dlp -a $DOTFILES_DIR/scripts/depend/urls.txt -o "$HOME/Media/Music/Fresh/%(title)s.%(ext)s" --sleep-interval 5 --max-sleep-interval 10 --extractor-args "youtube:player_client=default,web_safari;player_js_version=tv" --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" --cookies-from-browser firefox --write-thumbnail -x --embed-thumbnail --audio-format $2 --sponsorblock-remove sponsor,selfpromo
cp $DOTFILES_DIR/scripts/depend/urls.txt $DOTFILES_DIR/scripts/depend/cache/audio-urls-$uec.txt
echo "# Each URL requires its own line." > "$DOTFILES_DIR/scripts/depend/urls.txt"
elif [[ $1 == p ]]; then