this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated lock file, have working devshell and build (haven't installed it)

+49 -48
+18 -18
flake.lock
··· 45 45 "url": "ssh://gitea@git.sealight.xyz/aynish/basant" 46 46 } 47 47 }, 48 - "deploy": { 48 + "deploy-rs": { 49 49 "inputs": { 50 50 "flake-compat": "flake-compat", 51 51 "nixpkgs": [ ··· 247 247 "utils": "utils_2" 248 248 }, 249 249 "locked": { 250 - "lastModified": 1669978198, 251 - "narHash": "sha256-U8sZFwIIDFm9w/Kx58sYrIsWpuQUKmkcQmdBkuQ+gkE=", 250 + "lastModified": 1670280307, 251 + "narHash": "sha256-3x+0whP1nCz5adQMIsBA3L9fI/ABOpRUJdbw0AmxBnU=", 252 252 "owner": "nix-community", 253 253 "repo": "home-manager", 254 - "rev": "71fa4cdf9cd89a3e0d452439b6a2f7f01d6292e9", 254 + "rev": "2af0d07678fc15612345e0dd55337550dcf6465f", 255 255 "type": "github" 256 256 }, 257 257 "original": { ··· 262 262 }, 263 263 "nixpkgs": { 264 264 "locked": { 265 - "lastModified": 1669834992, 266 - "narHash": "sha256-YnhZGHgb4C3Q7DSGisO/stc50jFb9F/MzHeKS4giotg=", 265 + "lastModified": 1670193339, 266 + "narHash": "sha256-oHTAhX4p6+uxcabq0rKL4EyKWPbDLGKec88ocPIU/2Y=", 267 267 "owner": "nixos", 268 268 "repo": "nixpkgs", 269 - "rev": "596a8e828c5dfa504f91918d0fa4152db3ab5502", 269 + "rev": "e169cf5b3b1e6cc4a25ff15087c2621605f83409", 270 270 "type": "github" 271 271 }, 272 272 "original": { ··· 312 312 "vimwiki-cli": "vimwiki-cli" 313 313 }, 314 314 "locked": { 315 - "lastModified": 1664889303, 316 - "narHash": "sha256-VnG00AnxKCJDhQfQ7j8zan7RJxVZmzVLDxB5JeW7jPk=", 315 + "lastModified": 1670292234, 316 + "narHash": "sha256-rKXu1mkj/iNlZv2fb5MRHkYV6XR8BfHAXGgmMnxA7T8=", 317 317 "ref": "main", 318 - "rev": "57b20d1d682d04df76b3b293fe9ab21745afeb8f", 319 - "revCount": 401, 318 + "rev": "130146bcb642d18994de42bdc20e4f9617cfc1a3", 319 + "revCount": 444, 320 320 "type": "git", 321 321 "url": "ssh://gitea@git.sealight.xyz/aynish/kitaab" 322 322 }, ··· 330 330 "inputs": { 331 331 "agenix": "agenix", 332 332 "basant": "basant", 333 - "deploy": "deploy", 333 + "deploy-rs": "deploy-rs", 334 334 "eww": "eww", 335 335 "grasp": "grasp", 336 336 "hardware": "hardware", ··· 351 351 ] 352 352 }, 353 353 "locked": { 354 - "lastModified": 1670207212, 355 - "narHash": "sha256-uuKbbv0L+QoXiqO7METP9BihY0F7hJqGdKn7xDVfyFw=", 354 + "lastModified": 1670293639, 355 + "narHash": "sha256-RkPLwza77YkFgxKHGzfYAYVKiD9SeIvsOA7+ihiySwI=", 356 356 "owner": "oxalica", 357 357 "repo": "rust-overlay", 358 - "rev": "18823e511bc85ed27bfabe33cccecb389f9aa92d", 358 + "rev": "9767af967a0becaa3bb79eeda838dbf81295eb62", 359 359 "type": "github" 360 360 }, 361 361 "original": { ··· 426 426 }, 427 427 "unstable": { 428 428 "locked": { 429 - "lastModified": 1670064435, 430 - "narHash": "sha256-+ELoY30UN+Pl3Yn7RWRPabykwebsVK/kYE9JsIsUMxQ=", 429 + "lastModified": 1670152712, 430 + "narHash": "sha256-LJttwIvJqsZIj8u1LxVRv82vwUtkzVqQVi7Wb8gxPS4=", 431 431 "owner": "nixos", 432 432 "repo": "nixpkgs", 433 - "rev": "61a8a98e6d557e6dd7ed0cdb54c3a3e3bbc5e25c", 433 + "rev": "14ddeaebcbe9a25748221d1d7ecdf98e20e2325e", 434 434 "type": "github" 435 435 }, 436 436 "original": {
+17 -9
flake.nix
··· 14 14 # Tools 15 15 agenix.url = "github:ryantm/agenix"; 16 16 agenix.inputs.nixpkgs.follows = "nixpkgs"; 17 - deploy.url = "github:serokell/deploy-rs"; 18 - deploy.inputs.nixpkgs.follows = "nixpkgs"; 17 + deploy-rs.url = "github:serokell/deploy-rs"; 18 + deploy-rs.inputs.nixpkgs.follows = "nixpkgs"; 19 19 # Packages 20 20 poonam.url = "git+ssh://gitea@git.sealight.xyz/aynish/kitaab?ref=main"; 21 21 basant.url = "git+ssh://gitea@git.sealight.xyz/aynish/basant?ref=main"; ··· 49 49 , nixpkgs 50 50 , unstable 51 51 , home-manager 52 - , deploy 52 + , deploy-rs 53 53 , agenix 54 54 , basant 55 55 , grasp ··· 67 67 "aarch64-darwin" 68 68 "x86_64-darwin" 69 69 ]; 70 + unstableOverlay = final: prev: { 71 + unstable = unstable.legacyPackages.${prev.system}; 72 + deploy = deploy-rs.packages.${prev.system}.deploy-rs; 73 + }; 70 74 nixpkgsFor = forAllSystems (system: import nixpkgs { 71 75 inherit system; 72 - allowUnfree = true; 76 + config.allowUnfreePredicate = pkg: builtins.elem (nixpkgs.lib.getName pkg) [ 77 + "ripcord" 78 + "VCV-Rack" 79 + "SunVox" 80 + "renoise" 81 + ]; 73 82 overlays = [ 74 83 rust-overlay.overlays.default 75 - deploy.overlay 76 84 tidalcycles.overlays.default 77 85 agenix.overlay 78 86 nur.overlay 79 - # unstable.overlay 80 - # self.overlays 87 + unstableOverlay 88 + self.overlays.additions 81 89 ]; 82 90 }); 83 91 in ··· 188 196 deploy.nodes = { 189 197 curve.profiles.system = { 190 198 user = "root"; 191 - path = deploy.lib.x86_64-linux.activate.nixos self.nixosConfigurations.curve; 199 + path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.curve; 192 200 }; 193 201 }; 194 202 195 - # checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy.lib; 203 + # checks = builtins.mapAttrs (system: deploy-rsLib: deployLib.deployChecks self.deploy) deploy.lib; 196 204 }; 197 205 }
+5 -5
hosts/curve/default.nix
··· 47 47 boot.supportedFilesystems = [ "ntfs" ]; 48 48 # https://github.com/NixOS/nixpkgs/issues/26722 49 49 # boot.initrd.systemd.enable = true; 50 - # boot.plymouth = { 51 - # enable = true; 52 - # themePackages = [ pkgs.plymouth-themes ]; 53 - # theme = "motion"; 54 - # }; 50 + boot.plymouth = { 51 + enable = true; 52 + themePackages = [ pkgs.plymouth-themes ]; 53 + theme = "motion"; 54 + }; 55 55 56 56 # lazy enable of ports necessary for KDE connect which is installed via cli home profile (for some reason?) 57 57 networking.firewall = {
+6 -13
hosts/profiles/desktop/default.nix
··· 43 43 ]; 44 44 }; 45 45 46 - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ 47 - "ripcord" 48 - "VCV-Rack" 49 - "SunVox" 50 - "renoise" 51 - ]; 52 - 53 46 environment.systemPackages = with pkgs; [ 54 - signal-desktop # bridge to sealight? 47 + unstable.signal-desktop # bridge to sealight? 48 + unstable.sublime-music 49 + unstable.nheko 50 + unstable.tootle 55 51 scrot 56 - # ripcord 52 + ripcord 57 53 feh 58 54 sxiv 59 55 xkblayout-state 60 - sublime-music 61 - # vcv-rack 56 + vcv-rack 62 57 zathura 63 58 calibre 64 - nheko 65 59 fractal 66 60 mpv 67 61 newsflash ··· 83 77 papirus-icon-theme 84 78 calendar-cli 85 79 wyrd 86 - tootle 87 80 tex 88 81 ]; 89 82
+2 -2
hosts/profiles/music/default.nix
··· 16 16 orca-c 17 17 supercollider 18 18 dirt 19 - # sunvox 20 - # vcv-rack 19 + sunvox 20 + vcv-rack 21 21 lmms 22 22 bespokesynth 23 23 lsp-plugins
+1 -1
shell.nix
··· 5 5 default = pkgs.mkShell { 6 6 # Enable experimental features without having to specify the argument 7 7 NIX_CONFIG = "experimental-features = nix-command flakes"; 8 - nativeBuildInputs = with pkgs; [ nix home-manager git ]; 8 + nativeBuildInputs = with pkgs; [ nix home-manager git agenix deploy-rs ]; 9 9 }; 10 10 }