Compare commits

..

No commits in common. "49c9a6290ed5b7e9433fc1aa8e9f30766790ca2c" and "c64ce3a78d1fe2ee3b8779a76db1008d2822032c" have entirely different histories.

6 changed files with 221 additions and 182 deletions

View file

@ -109,7 +109,7 @@ hl.on("hyprland.start", function()
"wl-paste --type image --watch cliphist store", "wl-paste --type image --watch cliphist store",
"fcitx5", "fcitx5",
"easyeffects --gapplication-service", "easyeffects --gapplication-service",
--"voxtype daemon", "voxtype daemon",
"openrgb --startminimized", "openrgb --startminimized",
} }
for _, command in ipairs(commands) do hl.exec_cmd(command) end for _, command in ipairs(commands) do hl.exec_cmd(command) end

View file

@ -517,7 +517,7 @@ $env.config = {
event: {edit: movetolinestart} event: {edit: movetolinestart}
} }
{ {
name: move_to_line_start_control_a name: move_to_line_start
modifier: control modifier: control
keycode: char_a keycode: char_a
mode: [emacs, vi_normal, vi_insert] mode: [emacs, vi_normal, vi_insert]
@ -536,7 +536,7 @@ $env.config = {
} }
} }
{ {
name: move_to_line_end_or_take_history_hint_control_e name: move_to_line_end_or_take_history_hint
modifier: control modifier: control
keycode: char_e keycode: char_e
mode: [emacs, vi_normal, vi_insert] mode: [emacs, vi_normal, vi_insert]
@ -548,7 +548,7 @@ $env.config = {
} }
} }
{ {
name: move_to_line_start_control_home name: move_to_line_start
modifier: control modifier: control
keycode: home keycode: home
mode: [emacs, vi_normal, vi_insert] mode: [emacs, vi_normal, vi_insert]
@ -562,7 +562,7 @@ $env.config = {
event: {edit: movetolineend} event: {edit: movetolineend}
} }
{ {
name: move_up_control_p name: move_up
modifier: control modifier: control
keycode: char_p keycode: char_p
mode: [emacs, vi_normal, vi_insert] mode: [emacs, vi_normal, vi_insert]
@ -574,7 +574,7 @@ $env.config = {
} }
} }
{ {
name: move_down_control_t name: move_down
modifier: control modifier: control
keycode: char_t keycode: char_t
mode: [emacs, vi_normal, vi_insert] mode: [emacs, vi_normal, vi_insert]
@ -593,7 +593,7 @@ $env.config = {
event: {edit: backspace} event: {edit: backspace}
} }
{ {
name: delete_one_word_backward_control_backspace name: delete_one_word_backward
modifier: control modifier: control
keycode: backspace keycode: backspace
mode: [emacs, vi_insert] mode: [emacs, vi_insert]
@ -607,28 +607,28 @@ $env.config = {
event: {edit: delete} event: {edit: delete}
} }
{ {
name: delete_one_character_forward_control_delete name: delete_one_character_forward
modifier: control modifier: control
keycode: delete keycode: delete
mode: [emacs, vi_insert] mode: [emacs, vi_insert]
event: {edit: delete} event: {edit: delete}
} }
{ {
name: delete_one_character_backward_control_h name: delete_one_character_forward
modifier: control modifier: control
keycode: char_h keycode: char_h
mode: [emacs, vi_insert] mode: [emacs, vi_insert]
event: {edit: backspace} event: {edit: backspace}
} }
{ {
name: delete_one_word_backward_control_w name: delete_one_word_backward
modifier: control modifier: control
keycode: char_w keycode: char_w
mode: [emacs, vi_insert] mode: [emacs, vi_insert]
event: {edit: backspaceword} event: {edit: backspaceword}
} }
{ {
name: move_left_vi_normal_backspace name: move_left
modifier: none modifier: none
keycode: backspace keycode: backspace
mode: vi_normal mode: vi_normal
@ -642,7 +642,7 @@ $env.config = {
event: {send: enter} event: {send: enter}
} }
{ {
name: move_left_control_b name: move_left
modifier: control modifier: control
keycode: char_b keycode: char_b
mode: emacs mode: emacs
@ -654,7 +654,7 @@ $env.config = {
} }
} }
{ {
name: move_right_or_take_history_hint_control_f name: move_right_or_take_history_hint
modifier: control modifier: control
keycode: char_f keycode: char_f
mode: emacs mode: emacs
@ -716,14 +716,14 @@ $env.config = {
event: {edit: swapgraphemes} event: {edit: swapgraphemes}
} }
{ {
name: move_one_word_left_alt_left name: move_one_word_left
modifier: alt modifier: alt
keycode: left keycode: left
mode: emacs mode: emacs
event: {edit: movewordleft} event: {edit: movewordleft}
} }
{ {
name: move_one_word_right_or_take_history_hint_alt_right name: move_one_word_right_or_take_history_hint
modifier: alt modifier: alt
keycode: right keycode: right
mode: emacs mode: emacs
@ -735,14 +735,14 @@ $env.config = {
} }
} }
{ {
name: move_one_word_left_alt_b name: move_one_word_left
modifier: alt modifier: alt
keycode: char_b keycode: char_b
mode: emacs mode: emacs
event: {edit: movewordleft} event: {edit: movewordleft}
} }
{ {
name: move_one_word_right_or_take_history_hint_alt_f name: move_one_word_right_or_take_history_hint
modifier: alt modifier: alt
keycode: char_f keycode: char_f
mode: emacs mode: emacs
@ -761,14 +761,14 @@ $env.config = {
event: {edit: deleteword} event: {edit: deleteword}
} }
{ {
name: delete_one_word_backward_alt_backspace name: delete_one_word_backward
modifier: alt modifier: alt
keycode: backspace keycode: backspace
mode: emacs mode: emacs
event: {edit: backspaceword} event: {edit: backspaceword}
} }
{ {
name: delete_one_word_backward_alt_m name: delete_one_word_backward
modifier: alt modifier: alt
keycode: char_m keycode: char_m
mode: emacs mode: emacs

View file

@ -4,6 +4,7 @@
"inputs": { "inputs": {
"corefonts": "corefonts", "corefonts": "corefonts",
"crane": "crane", "crane": "crane",
"fenix": "fenix",
"flake-compat": "flake-compat", "flake-compat": "flake-compat",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"git-hooks": "git-hooks", "git-hooks": "git-hooks",
@ -14,11 +15,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1788049356, "lastModified": 1786323743,
"narHash": "sha256-m+Vqjbx8l1D6TF+kx9wE9/z8iQXG5Juzy7oJn+KAj3c=", "narHash": "sha256-bPT6UmXMc33Rd4rU9O8eMHhLbsJuU6ZxC2V7VDlmfms=",
"owner": "mrshmllow", "owner": "mrshmllow",
"repo": "affinity-nix", "repo": "affinity-nix",
"rev": "8c8b540e6535122d5d6e3c1bda3ff16e2c774453", "rev": "a67e334856b7bf0ab9b5b4f38dffd436c0b8a2e5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -51,11 +52,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1787400831, "lastModified": 1786464219,
"narHash": "sha256-H3MEkFDZf+UH+QrVgW8TdKrssPFltF8fBg/rh0J1zIc=", "narHash": "sha256-WKqWL8r7CyTDYueTr2ffJ9ya50dellv6IR1JX5PghDY=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "aquamarine", "repo": "aquamarine",
"rev": "7ce889cb78b97979b83a4648509fc3ef405c3286", "rev": "f3d1804205e8158c15595cdda1b566f93349ffae",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -119,11 +120,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1788167007, "lastModified": 1787110677,
"narHash": "sha256-3tWyWqUTOzmXKVXOmctg14RsEH+tfsfydtL1uTreSxg=", "narHash": "sha256-KMccLdLlJ5mZPK5DMuI3ih7DPSm4GmpjKQzSp9ABdX4=",
"owner": "0xferrous", "owner": "0xferrous",
"repo": "CodexBar-flake", "repo": "CodexBar-flake",
"rev": "451e188cee61bca72c7a517754cede64529dac07", "rev": "17ac476960e22d75851a7a7b2146701bbfae42cb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -160,11 +161,11 @@
"nixpkgs": "nixpkgs_5" "nixpkgs": "nixpkgs_5"
}, },
"locked": { "locked": {
"lastModified": 1788187015, "lastModified": 1787004344,
"narHash": "sha256-hzDa09x911RIYPj0e3kBvFzxN4u4yTGZL785kxVczr4=", "narHash": "sha256-/YbaX3cVP54l6Ol8qgS/K8H+Hu8zgyOgUVDLTv70txE=",
"owner": "9001", "owner": "9001",
"repo": "copyparty", "repo": "copyparty",
"rev": "936e8a3bf374503adf6c018840ffd2db9878aaf3", "rev": "6115eb452d2c2bbdeef5d19098fac17db69ddaa8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -191,11 +192,11 @@
}, },
"crane": { "crane": {
"locked": { "locked": {
"lastModified": 1787326676, "lastModified": 1785782307,
"narHash": "sha256-lWhBbBvC05/xwivKBBiM2YNizpmgqCgyOIzomvRuwxs=", "narHash": "sha256-MPaRdVkf6zZP5fCPxYCi8Dr4pZzgmXzg8T9nVEbp3Mw=",
"owner": "ipetkov", "owner": "ipetkov",
"repo": "crane", "repo": "crane",
"rev": "692f7e9ef2ece8125b466f66f2af532b3edaed0d", "rev": "2c71e194474d13de031d729b729c968ddbe3507f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -206,11 +207,11 @@
}, },
"crane_2": { "crane_2": {
"locked": { "locked": {
"lastModified": 1787326676, "lastModified": 1787074141,
"narHash": "sha256-lWhBbBvC05/xwivKBBiM2YNizpmgqCgyOIzomvRuwxs=", "narHash": "sha256-MWnmk87W8akPIKh+yd0bTfXvlyumKQVh5l/KTbgI95o=",
"owner": "ipetkov", "owner": "ipetkov",
"repo": "crane", "repo": "crane",
"rev": "692f7e9ef2ece8125b466f66f2af532b3edaed0d", "rev": "6ed595a5527c0ec9563e0e06417f1b8fc88ccb66",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -256,11 +257,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1788184730, "lastModified": 1786198506,
"narHash": "sha256-/2/R7rkkqY/tWcEpHYp2q+0YoFDD4Y3MqBgfwMDgwyI=", "narHash": "sha256-u4tdLMzKCV2R0wn4eFtk4LKH0RmzzCkxeYqCYs/P3eg=",
"owner": "AvengeMedia", "owner": "AvengeMedia",
"repo": "danksearch", "repo": "danksearch",
"rev": "f720833cc6fc4228d2d001265f3d3474ae375724", "rev": "632c2909bb1bb534b574c22c1347de0e6521e58a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -278,12 +279,12 @@
"nixpkgs": "nixpkgs_7" "nixpkgs": "nixpkgs_7"
}, },
"locked": { "locked": {
"lastModified": 1787341630, "lastModified": 1785432255,
"narHash": "sha256-LGGnqJH919hu3YKK0hC/3vsl3Glya4bbEoW7Lbok3gc=", "narHash": "sha256-IrqJV+9NcFevwyBBqEkxkbqhX3rtJI7sSzHz5wDVaLo=",
"rev": "b484316129e0089e28077f4ede85ac4dbd4b842f", "rev": "782adcaacdc5b72dcae7093ff07e7f0be1271a76",
"revCount": 435, "revCount": 430,
"type": "tarball", "type": "tarball",
"url": "https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.22.2/01a025df-f652-7701-a0cd-4f1373154572/source.tar.gz" "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/determinate/3.21.9/019fb411-e801-74a0-8c53-b41643853e87/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -293,37 +294,37 @@
"determinate-nixd-aarch64-darwin": { "determinate-nixd-aarch64-darwin": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-76KjZDujSBvk+weVMPngpcbbERAdCozOXni6LII6M/g=", "narHash": "sha256-EOdnfemxahb/n6vo/7qAentrZ7zguj9Lxg3c4dGZ73c=",
"type": "file", "type": "file",
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/macOS" "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.9/macOS"
}, },
"original": { "original": {
"type": "file", "type": "file",
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/macOS" "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.9/macOS"
} }
}, },
"determinate-nixd-aarch64-linux": { "determinate-nixd-aarch64-linux": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-zr+VnNMCbERuf0mUOjJHBft/BwZdcjk4rKA7pXwRbSY=", "narHash": "sha256-BzjpknBhy8yI3i/WFi+8rvbI8MC6VUkty47TSDBc/yE=",
"type": "file", "type": "file",
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/aarch64-linux" "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.9/aarch64-linux"
}, },
"original": { "original": {
"type": "file", "type": "file",
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/aarch64-linux" "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.9/aarch64-linux"
} }
}, },
"determinate-nixd-x86_64-linux": { "determinate-nixd-x86_64-linux": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-Rp0y7m4SQecV4R8wFjNLRIXcC73I4r4js+kAdAkoAbk=", "narHash": "sha256-k9OeW3/AAHm/kYAXqi5WKTMNNtQ4o9kTeBlHrXonGBA=",
"type": "file", "type": "file",
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/x86_64-linux" "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.9/x86_64-linux"
}, },
"original": { "original": {
"type": "file", "type": "file",
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/x86_64-linux" "url": "https://install.determinate.systems/determinate-nixd/tag/v3.21.9/x86_64-linux"
} }
}, },
"dmm": { "dmm": {
@ -389,6 +390,28 @@
"type": "github" "type": "github"
} }
}, },
"fenix": {
"inputs": {
"nixpkgs": [
"affinity-nix",
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1785919363,
"narHash": "sha256-4FDhl7ybhL5qhJw1X2IviFJ2MERnzV7X1HlJhFeSBXU=",
"owner": "nix-community",
"repo": "fenix",
"rev": "d17fa5c004217ac6e51da9a8c2d2b79b0ed37109",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
"flake-compat": { "flake-compat": {
"locked": { "locked": {
"lastModified": 1751685974, "lastModified": 1751685974,
@ -437,15 +460,15 @@
"flake-compat_4": { "flake-compat_4": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1767039857, "lastModified": 1696426674,
"narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=", "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "NixOS", "owner": "edolstra",
"repo": "flake-compat", "repo": "flake-compat",
"rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab", "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "edolstra",
"repo": "flake-compat", "repo": "flake-compat",
"type": "github" "type": "github"
} }
@ -546,12 +569,12 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1782949081, "lastModified": 1748821116,
"narHash": "sha256-vp6Y/Grm98ESt6ceOkWiHWyZRDV3J1RID4w+6NWK9yA=", "narHash": "sha256-F82+gS044J1APL0n4hH50GYdPRv/5JWm34oCJYmVKdE=",
"rev": "17c9d6cdfc60c64f4ee8d306f9bc0b4ccb51481e", "rev": "49f0870db23e8c1ca0b5259734a02cd9e1e371a1",
"revCount": 480, "revCount": 377,
"type": "tarball", "type": "tarball",
"url": "https://api.flakehub.com/f/pinned/hercules-ci/flake-parts/0.1.480%2Brev-17c9d6cdfc60c64f4ee8d306f9bc0b4ccb51481e/019f2195-dee5-7233-9747-eca0c27f7406/source.tar.gz" "url": "https://api.flakehub.com/f/pinned/hercules-ci/flake-parts/0.1.377%2Brev-49f0870db23e8c1ca0b5259734a02cd9e1e371a1/01972f28-554a-73f8-91f4-d488cc502f08/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -563,11 +586,11 @@
"nixpkgs-lib": "nixpkgs-lib_2" "nixpkgs-lib": "nixpkgs-lib_2"
}, },
"locked": { "locked": {
"lastModified": 1787559586, "lastModified": 1785627969,
"narHash": "sha256-onL0VLf9vPllmT0H/OlURIU5r5t5WIEl7t4tVNKT0Nw=", "narHash": "sha256-4dtXQk/NMePegK/nWp5NSeuZKLATItOq61lpEvmXqGw=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "9d0d87172c374f89da73c1cfe6d81ae62feac1f1", "rev": "427bf4bd9435fdf21321c8cc628c24efc14c0f7a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -766,11 +789,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1787138109, "lastModified": 1784288435,
"narHash": "sha256-O2tBn84NNuHrnqNVxx/XqsXwfYvS1YwBh+7CBnbCYsk=", "narHash": "sha256-ReRHaLgr/uVqdD8afFSn+myXIfpHeOhP0yYe0TJqAA8=",
"owner": "cachix", "owner": "cachix",
"repo": "git-hooks.nix", "repo": "git-hooks.nix",
"rev": "928612b364dc241a05bf6567ad44d499efb6b9aa", "rev": "43b3c1ab9d40fb1dbb008f451988a91e375825e9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -782,6 +805,10 @@
"git-hooks-nix": { "git-hooks-nix": {
"inputs": { "inputs": {
"flake-compat": "flake-compat_4", "flake-compat": "flake-compat_4",
"gitignore": [
"determinate",
"nix"
],
"nixpkgs": [ "nixpkgs": [
"determinate", "determinate",
"nix", "nix",
@ -789,12 +816,12 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1784288435, "lastModified": 1747372754,
"narHash": "sha256-ReRHaLgr/uVqdD8afFSn+myXIfpHeOhP0yYe0TJqAA8=", "narHash": "sha256-2Y53NGIX2vxfie1rOW0Qb86vjRZ7ngizoo+bnXU9D9k=",
"rev": "43b3c1ab9d40fb1dbb008f451988a91e375825e9", "rev": "80479b6ec16fefd9c1db3ea13aeb038c60530f46",
"revCount": 1231, "revCount": 1026,
"type": "tarball", "type": "tarball",
"url": "https://api.flakehub.com/f/pinned/cachix/git-hooks.nix/0.1.1231%2Brev-43b3c1ab9d40fb1dbb008f451988a91e375825e9/019f7135-8fdf-76f0-b1a1-d2c67e91af8d/source.tar.gz" "url": "https://api.flakehub.com/f/pinned/cachix/git-hooks.nix/0.1.1026%2Brev-80479b6ec16fefd9c1db3ea13aeb038c60530f46/0196d79a-1b35-7b8e-a021-c894fb62163d/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -813,11 +840,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1787424939, "lastModified": 1784288435,
"narHash": "sha256-O2tBn84NNuHrnqNVxx/XqsXwfYvS1YwBh+7CBnbCYsk=", "narHash": "sha256-ReRHaLgr/uVqdD8afFSn+myXIfpHeOhP0yYe0TJqAA8=",
"owner": "cachix", "owner": "cachix",
"repo": "git-hooks.nix", "repo": "git-hooks.nix",
"rev": "809414f0cdadf82cf11b06c2b29ba9b3168b3297", "rev": "43b3c1ab9d40fb1dbb008f451988a91e375825e9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -835,11 +862,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1788065178, "lastModified": 1786886160,
"narHash": "sha256-ADzuZ/MqrdJOMucTux5j0QMxo0YnCHLxuZAYlK/wxPE=", "narHash": "sha256-legFYpDokCOzwAPmyH7mDi+2jkllaeE+czhJifeQsFU=",
"owner": "schembriaiden", "owner": "schembriaiden",
"repo": "helium-browser-nix-flake", "repo": "helium-browser-nix-flake",
"rev": "f1250fd4dcd8f22cb3d8aa1e8e00f56cc947e795", "rev": "11edc339e075f16b356852096420ecd966462cc1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -855,11 +882,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1788199093, "lastModified": 1786999651,
"narHash": "sha256-gh09zTgEsbnoWwrNPzIDajc/HoE446Sc3yKDCPFa7Xs=", "narHash": "sha256-MTGMFlLDTklsXhCp4r5GXB4VAVadPdalXLvUjd/K7h0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f772b7f968365e7b2b70a860c509d214639556fe", "rev": "353742587cbaf079b3caee743115d037bc51fea6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -988,11 +1015,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1787584490, "lastModified": 1786998364,
"narHash": "sha256-n5pRDrqMLDSoVJ3fc2DR7hL8bxXJwuPm391j+9Vswbk=", "narHash": "sha256-egMnyO7618cG4qcvsTwUkYHoxPFNSe1IThXfDrl43l4=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "d8504461f0e9f95a5df9a0cdc0723d0ca6332888", "rev": "af0d014cb26f536d8cb7cab2b9d5784f69767c8a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1067,11 +1094,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1788037253, "lastModified": 1787071735,
"narHash": "sha256-QSGOM0IFpp45DwmtIwcih8+kKuSgAoQal9QkVVSRNew=", "narHash": "sha256-1DDAvYcJ7q1x4JdhoXU+PTQWxAUcv53gSNmmi9pBVuU=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprland-plugins", "repo": "hyprland-plugins",
"rev": "67c3a4c019f223c27b5bdc6bb656ce891a60861a", "rev": "83ce4b2a70d3c1a6ed8dc6db7f1fac17db2215b1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1212,11 +1239,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1786903207, "lastModified": 1786464080,
"narHash": "sha256-QTwMqLLONRhv9iz6CVeuX6BqQNQCIqI8hL/cPYlR/24=", "narHash": "sha256-W1hxvumEM57yV+QwsZ4QdAHEqOkr7e4S8VAkLX60qDE=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprutils", "repo": "hyprutils",
"rev": "6cf50415e06dc6bd9f1252f1b745eac6b4a1cc39", "rev": "c157fe1e3092b980cc69315a6631f89aff09dcce",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1372,12 +1399,12 @@
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1787334067, "lastModified": 1785428605,
"narHash": "sha256-wmwgSBcAGJe/e+FrLwJxlghYV12F7UkIodm0j6cosYg=", "narHash": "sha256-wfaiSRLM1wDb4MV+NEzbyheK9Y03/oe56NR2I84UF7E=",
"rev": "c407745c8b9b616bebf7288697699c45794e31ac", "rev": "0ff46631f69584c9f76792cae595ea253bd482c3",
"revCount": 27248, "revCount": 26288,
"type": "tarball", "type": "tarball",
"url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.22.2/01a02595-e77f-7e43-a616-5bbc77a2dc07/source.tar.gz" "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.21.9/019fb409-4d6e-7243-8a88-23ceee2520e9/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -1392,11 +1419,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1787372347, "lastModified": 1786530394,
"narHash": "sha256-Foo41OtooHMiBITAFKdOhitmjrMZqcGy1epJNz7sNQ4=", "narHash": "sha256-Bxx47lHMVHFD7JCt0bQGwuYK71qKioYq2Y74CPg/KHs=",
"owner": "ryoppippi", "owner": "ryoppippi",
"repo": "nix-bun", "repo": "nix-bun",
"rev": "fee8f233ad9409be44259b4f428f83ecb2812e37", "rev": "3c2ccb115cc79d0556743743654475d4f6446f11",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1413,11 +1440,11 @@
"nixpkgs": "nixpkgs_11" "nixpkgs": "nixpkgs_11"
}, },
"locked": { "locked": {
"lastModified": 1788064340, "lastModified": 1786844088,
"narHash": "sha256-QehJP4PYmGoibbmFKYUA19wvdESywXNC+9DHxcuos48=", "narHash": "sha256-gVwzq9tiX4oa6jwwoKsBJlKb2kPndVdMrYEvTpfi7DY=",
"owner": "fufexan", "owner": "fufexan",
"repo": "nix-gaming", "repo": "nix-gaming",
"rev": "51de0cca39be715df8e02218421cc7f91388228e", "rev": "23ff06d540f4df5e315d9a45b2388b6581d1c0a5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1454,11 +1481,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1788080100, "lastModified": 1786852476,
"narHash": "sha256-n14luQo3F/ZLfCEHk1QieiI1nGnW92ZQZeZ0UIb0UMQ=", "narHash": "sha256-IM5CYtf86W4w8eUPpKcY/LpdHElmVBtJhaKnoTKxZEA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "dbb978fa87faf13398e90ccbc52c343d21c7dd6d", "rev": "c7962dc97b45129df8d751bedaf37beb5a17706e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1487,11 +1514,11 @@
"nixpkgs": "nixpkgs_12" "nixpkgs": "nixpkgs_12"
}, },
"locked": { "locked": {
"lastModified": 1788044418, "lastModified": 1787126170,
"narHash": "sha256-cmOd3iGoE140M2GidgQMQbyxHZ4dT7C0QZq2+CrXQyA=", "narHash": "sha256-AFZ07P7jdBhPJt0VkZhQPWEx1+JNySEkBA0IjpPAx08=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "dc3f0cfde2050172abf6c3cdb684f735c15a57c5", "rev": "e8a8bfbbfadb96834ec3fa3d17a03807e38f4e63",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1534,11 +1561,11 @@
}, },
"nixpkgs-darwin": { "nixpkgs-darwin": {
"locked": { "locked": {
"lastModified": 1787940818, "lastModified": 1786527240,
"narHash": "sha256-vFzVv78WlyEbTyV5BbrnicnV159wC0YPOcBe3QagyBI=", "narHash": "sha256-OLtJPnSXcRy79Rf7BhYaMeXAVF625FpLcd3+Svq641Y=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f6107e546a5012172d93e79f1f7950da02ad798f", "rev": "e0c84f9d0ad137f076dc957494f5b39885597d4f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1689,11 +1716,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1788179007, "lastModified": 1787070829,
"narHash": "sha256-hn1oU2rue2SYK8dAr8+WNZWtbsz1S2W5mnHlSEuh3bo=", "narHash": "sha256-vXNVDVtvfiQuXthP0NHPFdNvvMTkGpx0UP8oddIWbNk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "34ab99075ac4f7e40cf037eef32cb1c360bb85e9", "rev": "0ae2bc1419c3f345984c2629e72e7a631820fa4d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1721,11 +1748,11 @@
}, },
"nixpkgs_10": { "nixpkgs_10": {
"locked": { "locked": {
"lastModified": 1787360063, "lastModified": 1786247143,
"narHash": "sha256-dt4WdcvsA8/RCe+VZZwqU0X+XMM3wBbGCWA0/sFWzGo=", "narHash": "sha256-8S3Kcxs7D4UtxJxSJZz0m14CGhuW0MxfrIwJxeGWGnQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2c423e03bbafcff28bfadc6781a4a8257f205cb5", "rev": "279b4a8275f032c566576b3f181fa0f27197f588",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1737,11 +1764,11 @@
}, },
"nixpkgs_11": { "nixpkgs_11": {
"locked": { "locked": {
"lastModified": 1787964612, "lastModified": 1786593342,
"narHash": "sha256-0N9nghg3nwzX6b6qc77EzjR9cu/Z+UR66FlfsCqiURs=", "narHash": "sha256-smTKQXMLLStzc8zJevMCckbk3My7SvbbLmPYZUJJKW4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e8be7818e19ada32105a8af937a6a473b38167ca", "rev": "6b5e5b7a6631f065bf6908986990b37d845f847f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1766,11 +1793,11 @@
}, },
"nixpkgs_13": { "nixpkgs_13": {
"locked": { "locked": {
"lastModified": 1788179007, "lastModified": 1787070829,
"narHash": "sha256-hn1oU2rue2SYK8dAr8+WNZWtbsz1S2W5mnHlSEuh3bo=", "narHash": "sha256-vXNVDVtvfiQuXthP0NHPFdNvvMTkGpx0UP8oddIWbNk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "34ab99075ac4f7e40cf037eef32cb1c360bb85e9", "rev": "0ae2bc1419c3f345984c2629e72e7a631820fa4d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1827,11 +1854,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1787135253, "lastModified": 1786106723,
"narHash": "sha256-RD2kNWCG+Bjo6h+JVjWVNntZs2GtRoeY2xHjts/FNkA=", "narHash": "sha256-zDSUbpoeo/9ZmD2+wXnzxoo1+uhL8vxc0b8yuYMKYq0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ffb3c9b700e759be2ef13237c9d8f953b32a1e46", "rev": "f13ff45afd1bb73e640eaa08a7066dbed07e3238",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1890,26 +1917,26 @@
}, },
"nixpkgs_6": { "nixpkgs_6": {
"locked": { "locked": {
"lastModified": 1784160687, "lastModified": 1782767157,
"narHash": "sha256-iYL/bixrb6FlHFu/gIuBYzq6c6lM5AAXsXNSWXtIgQc=", "narHash": "sha256-db/8NgfehQlPNt8rMY0J1gvwzTaURU/foM7y/AQimIM=",
"rev": "4382ed2b7a6839d4280a9b386db49cbc5907414d", "rev": "1d4e0f865d68258aada31e68e6d79c8c463f3b34",
"revCount": 1009383, "revCount": 914302,
"type": "tarball", "type": "tarball",
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2605.1009383%2Brev-4382ed2b7a6839d4280a9b386db49cbc5907414d/019f6c11-ad78-7500-a194-d18a5bad0fbe/source.tar.gz" "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2511.914302%2Brev-1d4e0f865d68258aada31e68e6d79c8c463f3b34/019f1c78-b5ab-7af2-8516-c0d5406b0646/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://flakehub.com/f/NixOS/nixpkgs/0.2605" "url": "https://flakehub.com/f/NixOS/nixpkgs/0.2511"
} }
}, },
"nixpkgs_7": { "nixpkgs_7": {
"locked": { "locked": {
"lastModified": 1786247143, "lastModified": 1784497964,
"narHash": "sha256-8S3Kcxs7D4UtxJxSJZz0m14CGhuW0MxfrIwJxeGWGnQ=", "narHash": "sha256-vlHUuqAcbcH2RKmHbPiuQzbv1pnzzavXnI62RD0bqCU=",
"rev": "279b4a8275f032c566576b3f181fa0f27197f588", "rev": "241313f4e8e508cb9b13278c2b0fa25b9ca27163",
"revCount": 1050399, "revCount": 1037713,
"type": "tarball", "type": "tarball",
"url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.1050399%2Brev-279b4a8275f032c566576b3f181fa0f27197f588/01a01364-0c36-7a91-b20d-31b3a834ddeb/source.tar.gz" "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.1037713%2Brev-241313f4e8e508cb9b13278c2b0fa25b9ca27163/019fa760-2880-7491-9ad9-7ba4669f6a84/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -1961,11 +1988,11 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1788263493, "lastModified": 1787135737,
"narHash": "sha256-VCwnvc3sHbp8Ln4GugqbJHNl0CVelsxzdWMLfDaFXbw=", "narHash": "sha256-+NntaPSXASiGVyfWZBbGnWOqmSayWA5Gsvd5ZnalDpk=",
"owner": "can1357", "owner": "can1357",
"repo": "oh-my-pi", "repo": "oh-my-pi",
"rev": "45aed39ae01f1086f56983563b80c8c079df5cfd", "rev": "22b40b47e1e4c271de5f167918f5400966573d34",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1977,11 +2004,11 @@
"on-linux": { "on-linux": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1787365621, "lastModified": 1785546009,
"narHash": "sha256-aRS0sZ6p7YJagjFaZFrS1zuvN3PVKNBJOze1Ek/bOi8=", "narHash": "sha256-G1l+Byd3a0DMtwm84D2bXIKigMugYteh4ke+Mt1UZd8=",
"owner": "seapear", "owner": "seapear",
"repo": "AffinityOnLinux", "repo": "AffinityOnLinux",
"rev": "0fe210754999a2ace3039c11fbbd11b45b5ee399", "rev": "916140f3677bf06f3552949e69f926ee0e50606c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1997,11 +2024,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1788203427, "lastModified": 1787136033,
"narHash": "sha256-pOjuc3aWU0jHbmj2FCtx2xML9tbNUxrdSX2j2MtRmPk=", "narHash": "sha256-XrMcE8rpCXojzyLb8aU6UcNtEZlm1EnCAIZVCGirU9Y=",
"owner": "getpaseo", "owner": "getpaseo",
"repo": "paseo", "repo": "paseo",
"rev": "ecec33265e68a71c68f49ef7c330cf43aa1d37c8", "rev": "e883b692b07c3e00c43b198738c864030893eaae",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -2197,11 +2224,11 @@
"rust-overlay": "rust-overlay_4" "rust-overlay": "rust-overlay_4"
}, },
"locked": { "locked": {
"lastModified": 1788029235, "lastModified": 1787082956,
"narHash": "sha256-POpjL5a/lc8n430CnR2tpjsXgqa8kSe0zC+nNHOuaY0=", "narHash": "sha256-Ufon4RcO0Sg44qpdEwngod4z4MPrG4nv3QSS7hyQIU4=",
"owner": "temidaradev", "owner": "temidaradev",
"repo": "rusic", "repo": "rusic",
"rev": "a88b938136f448e1a8d33c5e886b0ce7c4de3a57", "rev": "efdf304e24b65872311a160c2efeff5c6db082fe",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -2210,6 +2237,23 @@
"type": "github" "type": "github"
} }
}, },
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1785889825,
"narHash": "sha256-U98Y5RADVCkMCbrKCFXppe6MSAi0tUTLxi3cB/SMcZI=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "6817dd3094203c8bc4911f5799baf897623003de",
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
"rust-overlay": { "rust-overlay": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -2489,11 +2533,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1786901030, "lastModified": 1785360170,
"narHash": "sha256-WSFCsDSE5ffgD2MqzkM2CYjeFiKhRF/dJUN8uedb6YE=", "narHash": "sha256-XE1lKgQ3eIO3E7zWryqcRsax+mYXod/5RHBn4YaR9YE=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "27b3b12a8e6375f28ebe122f07d230ca5459bbfa", "rev": "d1187f8bc71fb8aab02395869ec3f5c1920f75c0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -2683,11 +2727,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1786988229, "lastModified": 1786464334,
"narHash": "sha256-frEFLVRj8xXvBBDs44IRiqHo6R2PxsRpluygL7abjjI=", "narHash": "sha256-/TBQT5rhBB2Dm4HoZzhGDaCwYmRTs3W3DPhMXFWc/BU=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland", "repo": "xdg-desktop-portal-hyprland",
"rev": "59d429bf45aed4e2209043c0c36565ad8e2859a5", "rev": "9f0e9ff02739cd538d39bd706422dc50e9ca60dd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -2737,11 +2781,11 @@
"rust-overlay": "rust-overlay_5" "rust-overlay": "rust-overlay_5"
}, },
"locked": { "locked": {
"lastModified": 1788202020, "lastModified": 1787134006,
"narHash": "sha256-dWsg2ACvboPGt7Avf2veWpgrDRB3nsQdTEVIQ+BYjhQ=", "narHash": "sha256-tnBmOP7CQ4LLza4Jf+jnLJ06hmUw9KDloU4e6HibutE=",
"owner": "zed-industries", "owner": "zed-industries",
"repo": "zed", "repo": "zed",
"rev": "ce48461eaadd16c65c31f835511ab96bd3b6e746", "rev": "28c0f4aef89d298a08176977d9839671827f5528",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -2756,11 +2800,11 @@
"nixpkgs": "nixpkgs_16" "nixpkgs": "nixpkgs_16"
}, },
"locked": { "locked": {
"lastModified": 1788149125, "lastModified": 1787102102,
"narHash": "sha256-GueAv4789rOV70hixnL9+uN4tiDKJm7s92DnTejdpuE=", "narHash": "sha256-NmX0gGqJovFZ4iu5bsAxTdojz6Jz29M4mdsLUZpWY3s=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "5fe00f38d41ced9a5c0ba1cbf2127d7e8b3e3d56", "rev": "c66ece4c518550545f45dd0633551f23a085e01c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -185,9 +185,7 @@
# DwarFS 0.14.0 bundles Folly and fbthrift snapshots that relied on # DwarFS 0.14.0 bundles Folly and fbthrift snapshots that relied on
# transitive C string declarations and fmt's pre-12 core header. # transitive C string declarations and fmt's pre-12 core header.
dwarfs = prev.dwarfs.overrideAttrs (old: { dwarfs = prev.dwarfs.overrideAttrs (old: {
postPatch = postPatch = (old.postPatch or "") + ''
(old.postPatch or "")
+ prev.lib.optionalString (old.version == "0.14.0") ''
sed -i '/#include <exception>/i#include <cstring>' folly/folly/lang/Exception.h sed -i '/#include <exception>/i#include <cstring>' folly/folly/lang/Exception.h
sed -i '/#include <array>/i#include <cstring>' \ sed -i '/#include <array>/i#include <cstring>' \
fbthrift/thrift/compiler/ast/t_type.cc fbthrift/thrift/compiler/ast/t_type.cc
@ -220,7 +218,6 @@
# Export sysbox NixOS module for external use # Export sysbox NixOS module for external use
nixosModules.sysbox = import ./modules/sysbox.nix; nixosModules.sysbox = import ./modules/sysbox.nix;
nixosModules.tuwunel-admin = import ./modules/tuwunel-admin.nix; nixosModules.tuwunel-admin = import ./modules/tuwunel-admin.nix;
#nixosModules.budkyber = import ./modules/budkyber.nix;
packages.x86_64-linux = rec { packages.x86_64-linux = rec {
tuwunel-admin = tuwunel-admin =
@ -237,10 +234,8 @@
paseo.nixosModules.paseo paseo.nixosModules.paseo
determinate.nixosModules.default determinate.nixosModules.default
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
#./modules/budkyber.nix
{ {
services.hypr-kdeconnect-fix.enable = true; services.hypr-kdeconnect-fix.enable = true;
#services.budkyber.enable = true;
home-manager.extraSpecialArgs = attrs; home-manager.extraSpecialArgs = attrs;
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;

View file

@ -108,11 +108,11 @@
LC_TELEPHONE = "cs_CZ.UTF-8"; LC_TELEPHONE = "cs_CZ.UTF-8";
LC_TIME = "en_GB.UTF-8"; LC_TIME = "en_GB.UTF-8";
}; };
#services.displayManager.sddm.enable = true; services.displayManager.sddm.enable = true;
services.displayManager.defaultSession = "hyprland-uwsm"; services.displayManager.defaultSession = "hyprland-uwsm";
# services.desktopManager.plasma6 = { services.desktopManager.plasma6 = {
# enable = true; enable = true;
# }; };
# services.desktopManager.gnome.enable = true; # services.desktopManager.gnome.enable = true;
services.xserver.xkb = { services.xserver.xkb = {
layout = "us"; layout = "us";

View file

@ -1 +1 @@
nixos-rebuild boot --option extra-substituters "https://cache.nixos.org https://nix-community.cachix.org https://hyprland.cachix.org https://nix-gaming.cachix.org https://colmena.cachix.org https://install.determinate.systems https://rusic.cachix.org https://cuda-maintainers.cachix.org https://cache.nixos-cuda.org" --option extra-trusted-public-keys "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc= nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.flakehub.com-3:hJuILl5sVK4iKm86JzgdXW12Y2Hwd5G07qKtHTOcDCM= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= rusic.cachix.org-1:WXMpGpamblLUiJtcoxBxGGGGwIcWxGPJBUxarLiqWmw= cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E= cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" --flake ".#fern" nixos-rebuild boot --option extra-substituters "https://cache.nixos.org https://nix-community.cachix.org https://hyprland.cachix.org https://nix-gaming.cachix.org https://colmena.cachix.org https://install.determinate.systems https://rusic.cachix.org" --option extra-trusted-public-keys "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc= nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.flakehub.com-3:hJuILl5sVK4iKm86JzgdXW12Y2Hwd5G07qKtHTOcDCM= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= rusic.cachix.org-1:WXMpGpamblLUiJtcoxBxGGGGwIcWxGPJBUxarLiqWmw=" --flake ".#fern"