diff --git a/flake.lock b/flake.lock index 8b33a5e..77ea7d5 100644 --- a/flake.lock +++ b/flake.lock @@ -57,11 +57,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1785831553, - "narHash": "sha256-9q7WKbhq6bOGUdeo9Q/e3PmapJew0b2LCpaCio1X17k=", + "lastModified": 1785687623, + "narHash": "sha256-f5uwkAH/v3qNMznufPMEqD44zCoA0BgTCXLLyosFkVA=", "owner": "ilysenko", "repo": "codex-desktop-linux", - "rev": "7166d1153fd99647fb080605c8b2a8f22b50b08f", + "rev": "ec38ca664c7fd18fa33744216850924bd3132872", "type": "github" }, "original": { @@ -366,11 +366,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1785840384, - "narHash": "sha256-flAhSIdh6FbpQ7PZTWDzfskCgMBBqRMR9EFNiQjLbAY=", + "lastModified": 1785730852, + "narHash": "sha256-PhWz4jDxk8OOJAZYKEmO3PQpC/rk5ouo9qjMNrb3uCc=", "owner": "FlameFlag", "repo": "nixcord", - "rev": "c2d7410937e517e4d40fe0fd9a3873a8d08a249b", + "rev": "0f75b94c6c3372db57be5d2271a8412c7166ee48", "type": "github" }, "original": { @@ -666,11 +666,11 @@ }, "nixpkgs_9": { "locked": { - "lastModified": 1785692966, - "narHash": "sha256-vUfIeBEfpbAfZ5zjgIkYk7eHBeVfCYVjLbWnMkseYnk=", + "lastModified": 1785571196, + "narHash": "sha256-KoTsyMQqnXQZq8deCEnu4QkyldkwH/bpMMhUcfMdGIw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "643809054d65fdd466a63e3155b8c498cb483c04", + "rev": "148bab9c1c3c53136ecb44a6ea356a0ed5b39b06", "type": "github" }, "original": { @@ -730,11 +730,11 @@ ] }, "locked": { - "lastModified": 1785762349, - "narHash": "sha256-jZhZkzAwc7f3exzcTDJWP2WCAchCv0iNC3UF/QsahdQ=", + "lastModified": 1783574839, + "narHash": "sha256-ICof1tV4/9XheBLBGf7dhMhfMq4dOs1zwTHrr7zGFlA=", "owner": "nix-community", "repo": "plasma-manager", - "rev": "a19a2a029fa180911bd89c554dca1616e10f4c1d", + "rev": "c551f0687658e4bb699cfff6015436ad7ee57a0d", "type": "github" }, "original": { @@ -983,11 +983,11 @@ "systems": "systems_5" }, "locked": { - "lastModified": 1785823793, - "narHash": "sha256-iGKyp+peQzXI0T9LzYmRHr2tevkbhF5GfzDlVldVm2Q=", + "lastModified": 1785733880, + "narHash": "sha256-Rv4rVFSvxF7ViOQOrv+N8IEvweS5MCqUM2fnaQVIR+w=", "owner": "vicinaehq", "repo": "vicinae", - "rev": "b3130be7b480817d2255b4781476a91593267afb", + "rev": "61bd7cd5c9cdd6d8df6e6d34531beb344219ff71", "type": "github" }, "original": { diff --git a/hosts/machine/ena/configuration.nix b/hosts/machine/ena/configuration.nix index 5151a2b..c7aa3e4 100644 --- a/hosts/machine/ena/configuration.nix +++ b/hosts/machine/ena/configuration.nix @@ -55,11 +55,5 @@ services.cloudflare-warp.enable = true; - # Wine needs both 64-bit and 32-bit userspace for typical Windows programs. - environment.systemPackages = with pkgs; [ - wineWow64Packages.stable - winetricks - ]; - system.stateVersion = "25.11"; } diff --git a/hosts/machine/ena/home/config/shell.nix b/hosts/machine/ena/home/config/shell.nix index 858cb42..511bdbf 100644 --- a/hosts/machine/ena/home/config/shell.nix +++ b/hosts/machine/ena/home/config/shell.nix @@ -50,7 +50,7 @@ truncation_length = 3; }; character = { - success_symbol = " 💜"; + success_symbol = " 💕"; error_symbol = " ⚠️"; }; }; diff --git a/hosts/machine/mafuyu/home/packages.nix b/hosts/machine/mafuyu/home/packages.nix index 5612fa1..3831639 100644 --- a/hosts/machine/mafuyu/home/packages.nix +++ b/hosts/machine/mafuyu/home/packages.nix @@ -3,6 +3,5 @@ with pkgs; [ pjsk-cursor.n25.ani codex - # inputs.codex-app.packages.${stdenv.buildPlatform.system}.codex-desktop - microsoft-edge + inputs.codex-app.packages.${stdenv.buildPlatform.system}.codex-desktop ] diff --git a/modules/home/devtool/vscode.nix b/modules/home/devtool/vscode.nix index 2097f8a..89d73a2 100644 --- a/modules/home/devtool/vscode.nix +++ b/modules/home/devtool/vscode.nix @@ -31,7 +31,7 @@ in src = builtins.fetchTarball { url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64"; - sha256 = "0y3pwr8rwwc5niywl61hgzv02srq6fxsrn87f59idd4vcq83fqm5"; + sha256 = "0j21dnn1kj7gazyqiz9ip6qvpzi1zva33mf5l18ljv3sn34jgyzw"; }; buildInputs = oldAttrs.buildInputs ++ [ diff --git a/modules/home/packages.nix b/modules/home/packages.nix index a2b789e..b3aa64b 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -87,7 +87,7 @@ with pkgs; inputs.notion-desktop.packages.${stdenv.hostPlatform.system}.default # inputs.notion-calendar-electron.packages.${stdenv.hostPlatform.system}.default - # inputs.codex-app.packages.${stdenv.buildPlatform.system}.codex-desktop + inputs.codex-app.packages.${stdenv.buildPlatform.system}.codex-desktop proton-vpn protonmail-desktop diff --git a/modules/mizukios/features/system/boot.nix b/modules/mizukios/features/system/boot.nix index 5e416b1..13769fa 100644 --- a/modules/mizukios/features/system/boot.nix +++ b/modules/mizukios/features/system/boot.nix @@ -20,6 +20,20 @@ extraConfig = '' GRUB_SAVEDEFAULT=true ''; + + extraEntries = '' + menuentry "netboot.xyz" --class netboot { + search --no-floppy --file --set=root /EFI/netboot.xyz/netboot.xyz.efi + chainloader /EFI/netboot.xyz/netboot.xyz.efi + } + ''; + + extraInstallCommands = '' + install -Dm0644 ${pkgs.fetchurl { + url = "https://boot.netboot.xyz/ipxe/netboot.xyz.efi"; + hash = "sha256-ZoAa7s8Xqru8n+ECKjRYg3uzbXTUe02ip+OqeYseM+s="; + }} /boot/EFI/netboot.xyz/netboot.xyz.efi + ''; }; # efi.canTouchEfiVariables = true; efi.efiSysMountPoint = "/boot";