Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan McCarty 9c890bd35d
Update flake 2023-03-29 18:42:11 -04:00
Nathan McCarty 22a4f7fbe8
tweak gammastep 2023-03-29 18:01:33 -04:00
2 changed files with 19 additions and 16 deletions

View File

@ -29,11 +29,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1679999154, "lastModified": 1680118886,
"narHash": "sha256-FYgB8LB3QEBT7s2l6tqqufd6oJ7L7nFbDg+7TFep2XM=", "narHash": "sha256-uHcKDM/LkvOKc0ma3JIFLjnyvJRlIKVnIBa45vQO+2s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "7ecb77c734114cd51f4f79b91725f3b6aae9f0cc", "rev": "578051f829883262c9120d98fd71a80e4715afcb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -50,11 +50,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1679984598, "lastModified": 1680070994,
"narHash": "sha256-0WLOZveWNqfLbG04AokSLBvt13uH0obEXHCaHJJzYQQ=", "narHash": "sha256-vKLhVH1SeI41lP+f2xIpZ+Fk3n5EiaYAKgHKEdQI25s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "cd1d2eb0f33b0dde9c2a95b56e4ca823873859ef", "rev": "50209eed527f46d82c154b615e31924374bc0385",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -216,11 +216,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1679999349, "lastModified": 1680076806,
"narHash": "sha256-gXKUlZt8RvOmbz/COMnbyvyhG/LVH8VRDXBXQs6/udc=", "narHash": "sha256-uZXvMzBepcGtXCTRKT94THURj+EQ8X+a32yWjCBC71A=",
"owner": "idris-lang", "owner": "idris-lang",
"repo": "idris2", "repo": "idris2",
"rev": "cf63ee2ef2ce72823662f5554f035d007ddc0fda", "rev": "6b38592b5ac12bb45d3fa825e143b3e838c064eb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -359,11 +359,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1679944521, "lastModified": 1680070330,
"narHash": "sha256-SipdMlnCv/pDvo/j7ctEGqKvQSmn2gcoHSJgIVysXbk=", "narHash": "sha256-aoT2YZCd9LEtiEULFLIF0ykKydgE72X8gw/k9/pRS5I=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "82ecc5b88ffed8c0317c064dfd8f82f4b9882100", "rev": "a6aa8174fa61e55bd7e62d35464d3092aefe0421",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -560,11 +560,11 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1679958651, "lastModified": 1680007938,
"narHash": "sha256-AOiqocXIFeAvEMv8VSQQU+omhU9ifgGj43IcHwsu3rg=", "narHash": "sha256-sj1Ii/CU7NCFnr2ODA5NQXZHIwQQ7YklC6ZsNkfD4/I=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "a869ca3c29c19c7467864fc44a28877610433afe", "rev": "e7337fc9c3b4995fdab4e90871bfb48a26d5eaec",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -56,7 +56,10 @@
latitude = 38.02972; latitude = 38.02972;
longitude = -84.49472; longitude = -84.49472;
tray = true; tray = true;
temperature = { night = 3300; }; temperature = {
day = 6300;
night = 3300;
};
settings = { general = { fade = 1; }; }; settings = { general = { fade = 1; }; };
}; };