Compare commits

..

6 commits

7 changed files with 25 additions and 23 deletions

View file

@ -30,7 +30,7 @@
home.file = { home.file = {
".xscreensaver".source = "${./xscreensaver/.xscreensaver}"; ".xscreensaver".source = "${./xscreensaver/.xscreensaver}";
".wallpaper".source = "${pkgs.wallpapers.y-combinator}/main.svg"; ".wallpaper".source = "${pkgs.wallpapers_source}/images/KnightsOfGuinevere/guinevere_francesca.png";
}; };
xdg.configFile = { xdg.configFile = {
"xmonad".source = "${./xmonad}"; "xmonad".source = "${./xmonad}";

View file

@ -30,18 +30,19 @@ in {
SCHED_MC = yes; SCHED_MC = yes;
X86_MCE = yes; X86_MCE = yes;
X86_MCE_AMD = yes; X86_MCE_AMD = yes;
X86_MCE_INTEL = no;
PERF_EVENTS_INTEL_RAPL = yes; PERF_EVENTS_INTEL_RAPL = yes;
X86_AMD_PSTATE = yes; X86_AMD_PSTATE = yes;
X86_POWERNOW_K8 = no; X86_POWERNOW_K8 = no;
# Processor type and features > Performance monitoring
PERF_EVENTS_AMD_POWER = yes;
PERF_EVENTS_AMD_UNCORE = yes;
# With amd_pstate=active ondemand won't be available anyway. # With amd_pstate=active ondemand won't be available anyway.
# Without more testing, we should accept the claim that its more power efficient and stick to it # Without more testing, we should accept the claim that its more power efficient and stick to it
CPU_FREQ = yes; CPU_FREQ = yes;
X86_INTEL_PSTATE = lib.mkForce no; X86_INTEL_PSTATE = lib.mkForce no;
CPU_FREQ_DEFAULT_GOV_SCHEDUTIL = lib.mkForce no;
CPU_FREQ_DEFAULT_GOV_ONDEMAND = yes;
# ERROR: could not insert 'amd_freq_sensitivity': No such device
X86_AMD_FREQ_SENSITIVITY = module;
# skipping firmware loading section since it's handled by other parts of nixos options # skipping firmware loading section since it's handled by other parts of nixos options
SENSORS_K10TEMP = yes; SENSORS_K10TEMP = yes;

View file

@ -1,10 +1,11 @@
let let
preferredPriority = 20;
privatePriority = 10; privatePriority = 10;
limitedPriority = -10; limitedPriority = -10;
in [ in [
{ {
ssid = "~"; ssid = "~";
priority = privatePriority; priority = preferredPriority;
hasPassword = true; hasPassword = true;
} }
{ {
@ -28,7 +29,6 @@ in [
ssid = "5526-1"; # TODO: set bssid preference ? ssid = "5526-1"; # TODO: set bssid preference ?
priority = privatePriority; priority = privatePriority;
hasPassword = true; hasPassword = true;
scanOnLowSignal = true;
} }
{ {

View file

@ -1,6 +1,7 @@
let let
sources = import ../../npins; sources = import ../../npins;
in in
_: _: { _: _: rec {
wallpapers = import sources.wallpapers {}; wallpapers_source = sources.wallpapers;
wallpapers = import wallpapers_source {};
} }

View file

@ -12,8 +12,8 @@
domain = "git.confusedcompiler.org"; domain = "git.confusedcompiler.org";
owner = "leana8959"; owner = "leana8959";
repo = "ruler"; repo = "ruler";
rev = "46f40d303f3b04d65475fdfd6511dd6431f20f24"; rev = "12b287522215781b21791101bf85f8a0dddd1225";
hash = "sha256-goJ4iYnFqn88y6xEBhaFnos8O1MWIqHzwGrR1W0yijo="; hash = "sha256-XoTTxKxlUmtM9mxguwdEsMSp6qBkEgBcviM8bTgs95o=";
}) })
{}; {};

Binary file not shown.

View file

@ -221,9 +221,9 @@
}, },
"branch": "master", "branch": "master",
"submodules": false, "submodules": false,
"revision": "d6645c340ef7d821602fd2cd199e8d1eed10afbc", "revision": "43ffe9ac82567512abb83187cb673de1091bdfa8",
"url": "https://github.com/NixOS/nixos-hardware/archive/d6645c340ef7d821602fd2cd199e8d1eed10afbc.tar.gz", "url": "https://github.com/NixOS/nixos-hardware/archive/43ffe9ac82567512abb83187cb673de1091bdfa8.tar.gz",
"hash": "0m84zxwanfq34j568w4xkvip5hwpwbhsk46xjvnl063y77i54vfs" "hash": "1amgw52j0z8mgfklgz3nfa1qcr4sj0vblapamqzsw148ii4xblsx"
}, },
"nixpkgs": { "nixpkgs": {
"type": "Git", "type": "Git",
@ -234,9 +234,9 @@
}, },
"branch": "nixos-25.05-small", "branch": "nixos-25.05-small",
"submodules": false, "submodules": false,
"revision": "4d9bd66e3ea558621ae800445e9302a2aa1bb687", "revision": "90b70846420ac681b72176a88d9fd0a5a06c74b1",
"url": "https://github.com/NixOS/nixpkgs/archive/4d9bd66e3ea558621ae800445e9302a2aa1bb687.tar.gz", "url": "https://github.com/NixOS/nixpkgs/archive/90b70846420ac681b72176a88d9fd0a5a06c74b1.tar.gz",
"hash": "0dzq4bp8qamilabyy014qsjivr2ga7348da5fjiqbkp7y7fhbdk0" "hash": "05ba9jcr3kgg9pn8alnk7bn63xxq2xahw8gpaclsy67q6nbya375"
}, },
"nur": { "nur": {
"type": "Git", "type": "Git",
@ -247,9 +247,9 @@
}, },
"branch": "main", "branch": "main",
"submodules": false, "submodules": false,
"revision": "e68fcda79871132cb42777c15a2c4a3ea563cad6", "revision": "fd763567eda0a287d5512590a89b8bdf86f8cf4b",
"url": "https://github.com/nix-community/nur/archive/e68fcda79871132cb42777c15a2c4a3ea563cad6.tar.gz", "url": "https://github.com/nix-community/nur/archive/fd763567eda0a287d5512590a89b8bdf86f8cf4b.tar.gz",
"hash": "0qng617rx1b5vifnigrhshlsb7rviwaii2czbpgbi8ljyivw10v0" "hash": "148rl5ckahjw99vvk2xiq17hbfggxp0nqvsr8f22sqs94i171hqh"
}, },
"pin-emacs28": { "pin-emacs28": {
"type": "Git", "type": "Git",
@ -386,9 +386,9 @@
}, },
"branch": "mistress", "branch": "mistress",
"submodules": false, "submodules": false,
"revision": "189b0f83db95462244e2dc2e12c68741c924cb46", "revision": "3e3ed2f3773a4e61db1f4ae8f55dc99c574ee6e1",
"url": "https://git.confusedcompiler.org/leana8959/wallpapers/archive/189b0f83db95462244e2dc2e12c68741c924cb46.tar.gz", "url": "https://git.confusedcompiler.org/leana8959/wallpapers/archive/3e3ed2f3773a4e61db1f4ae8f55dc99c574ee6e1.tar.gz",
"hash": "1fkspkw0b61q4k13zmnzi9pbw9b5yyd3v1id2ml44xbh1qa09w2m" "hash": "1bkxfbxck16zvby5ynhgriv9yf137jmjxfihlwz03lr5cwvdbxbf"
}, },
"wired-notify": { "wired-notify": {
"type": "Git", "type": "Git",