diff --git a/flake.lock b/flake.lock index 5c04e0a..0a054ad 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,23 @@ { "nodes": { + "actual": { + "inputs": { + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1722699490, + "narHash": "sha256-sh0Fny196SJ4btq7bdHSWtFlbVj8GJ0UbpwIcDJ30mA=", + "ref": "refs/heads/main", + "rev": "e1f68d537270d3ca896cbdfd316e6940024da0b3", + "revCount": 12, + "type": "git", + "url": "https://git.xeno.science/xenofem/actual-nix.git" + }, + "original": { + "type": "git", + "url": "https://git.xeno.science/xenofem/actual-nix.git" + } + }, "base16": { "inputs": { "fromYaml": "fromYaml" @@ -165,6 +183,24 @@ } }, "flake-utils_2": { + "inputs": { + "systems": "systems_2" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_3": { "inputs": { "systems": [ "stylix", @@ -263,7 +299,7 @@ "inputs": { "flake-compat": "flake-compat", "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs_2" }, "locked": { "lastModified": 1720748198, @@ -280,6 +316,22 @@ } }, "nixpkgs": { + "locked": { + "lastModified": 1719848872, + "narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { "locked": { "lastModified": 1715266358, "narHash": "sha256-doPgfj+7FFe9rfzWo1siAV2mVCasW+Bh8I1cToAXEE4=", @@ -295,7 +347,7 @@ "type": "github" } }, - "nixpkgs_2": { + "nixpkgs_3": { "locked": { "lastModified": 1724224976, "narHash": "sha256-Z/ELQhrSd7bMzTO8r7NZgi9g5emh+aRKoCdaAv5fiO0=", @@ -311,7 +363,23 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_4": { + "locked": { + "lastModified": 1622516815, + "narHash": "sha256-ZjBd81a6J3TwtlBr3rHsZspYUwT9OdhDk+a/SgSEf7I=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "7e9b0dff974c89e070da1ad85713ff3c20b0ca97", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "21.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_5": { "locked": { "lastModified": 1714912032, "narHash": "sha256-clkcOIkg8G4xuJh+1onLG4HPMpbtzdLv4rHxFzgsH9c=", @@ -329,12 +397,33 @@ }, "root": { "inputs": { + "actual": "actual", "home-manager": "home-manager", "nix-minecraft": "nix-minecraft", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs_3", + "shabitica": "shabitica", "stylix": "stylix" } }, + "shabitica": { + "inputs": { + "flake-utils": "flake-utils_2", + "nixpkgs": "nixpkgs_4" + }, + "locked": { + "lastModified": 1724518687, + "narHash": "sha256-rPKeUG3aKLHF/9t5zAQPvy/QKm/eBXFKP6X+Cr9E7Go=", + "owner": "lomenzel", + "repo": "shabitica", + "rev": "6013624a276b326530ebf8c616fc89e2f23fd3af", + "type": "github" + }, + "original": { + "owner": "lomenzel", + "repo": "shabitica", + "type": "github" + } + }, "stylix": { "inputs": { "base16": "base16", @@ -345,11 +434,11 @@ "base16-tmux": "base16-tmux", "base16-vim": "base16-vim", "flake-compat": "flake-compat_2", - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils_3", "gnome-shell": "gnome-shell", "home-manager": "home-manager_2", - "nixpkgs": "nixpkgs_3", - "systems": "systems_2" + "nixpkgs": "nixpkgs_5", + "systems": "systems_3" }, "locked": { "lastModified": 1724444244, @@ -394,6 +483,21 @@ "repo": "default", "type": "github" } + }, + "systems_3": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 8e313c0..5796e83 100644 --- a/flake.nix +++ b/flake.nix @@ -6,8 +6,9 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; stylix.url = "github:danth/stylix"; - nix-minecraft.url = "git+ssh://git@codeberg.org/nix-astral/nix-minecraft.git"; + shabitica.url = "github:lomenzel/shabitica"; + actual.url = "git+https://git.xeno.science/xenofem/actual-nix.git"; }; outputs = inputs@{ nixpkgs, home-manager, stylix, ... }: diff --git a/hosts/muon/configuration.nix b/hosts/muon/configuration.nix index 3cabb72..aaac7d4 100644 --- a/hosts/muon/configuration.nix +++ b/hosts/muon/configuration.nix @@ -6,6 +6,8 @@ in { # Hardware imports = [ ./hardware-configuration.nix + inputs.shabitica.nixosModules."x86_64-linux".default + inputs.actual.nixosModules.default ]; # System @@ -36,6 +38,7 @@ in { mods.wireguard.enable = true; services.xserver.windowManager.i3.enable = true; + services.actual.enable = true; # Proprietary