Compare commits

..

No commits in common. "2b608bbdc553915b196006b5afc95313775c3ecf" and "6133b9112189b7f59952bc229c515af659055d77" have entirely different histories.

3 changed files with 7 additions and 44 deletions

View file

@ -170,24 +170,6 @@
"type": "github" "type": "github"
} }
}, },
"muse-sounds-manager": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1707875169,
"narHash": "sha256-scBOimVd9jcqqEoUKeTdlV9REbxfz5yZFbLJWbIw3Ts=",
"owner": "thilobillerbeck",
"repo": "muse-sounds-manager-nix",
"rev": "6596e295254543cbba04ece7d89f34280b575ea9",
"type": "github"
},
"original": {
"owner": "thilobillerbeck",
"repo": "muse-sounds-manager-nix",
"type": "github"
}
},
"nix": { "nix": {
"inputs": { "inputs": {
"lowdown-src": "lowdown-src", "lowdown-src": "lowdown-src",
@ -214,7 +196,7 @@
}, },
"nix-software-center": { "nix-software-center": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_3", "nixpkgs": "nixpkgs_2",
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
@ -234,7 +216,7 @@
"nixgl": { "nixgl": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_2", "flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_4" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1685908677, "lastModified": 1685908677,
@ -317,7 +299,7 @@
"nixpkgs-update": { "nixpkgs-update": {
"inputs": { "inputs": {
"mmdoc": "mmdoc", "mmdoc": "mmdoc",
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_5"
}, },
"locked": { "locked": {
"lastModified": 1703122623, "lastModified": 1703122623,
@ -334,21 +316,6 @@
} }
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": {
"lastModified": 1707689078,
"narHash": "sha256-UUGmRa84ZJHpGZ1WZEBEUOzaPOWG8LZ0yPg1pdDF/yM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f9d39fb9aff0efee4a3d5f4a6d7c17701d38a1d8",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
"nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1692638711, "lastModified": 1692638711,
"narHash": "sha256-J0LgSFgJVGCC1+j5R2QndadWI1oumusg6hCtYAzLID4=", "narHash": "sha256-J0LgSFgJVGCC1+j5R2QndadWI1oumusg6hCtYAzLID4=",
@ -364,7 +331,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_4": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1660551188, "lastModified": 1660551188,
"narHash": "sha256-a1LARMMYQ8DPx1BgoI/UN4bXe12hhZkCNqdxNi6uS0g=", "narHash": "sha256-a1LARMMYQ8DPx1BgoI/UN4bXe12hhZkCNqdxNi6uS0g=",
@ -379,7 +346,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_5": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1707689078, "lastModified": 1707689078,
"narHash": "sha256-UUGmRa84ZJHpGZ1WZEBEUOzaPOWG8LZ0yPg1pdDF/yM=", "narHash": "sha256-UUGmRa84ZJHpGZ1WZEBEUOzaPOWG8LZ0yPg1pdDF/yM=",
@ -395,7 +362,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_6": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1672428209, "lastModified": 1672428209,
"narHash": "sha256-eejhqkDz2cb2vc5VeaWphJz8UXNuoNoM8/Op8eWv2tQ=", "narHash": "sha256-eejhqkDz2cb2vc5VeaWphJz8UXNuoNoM8/Op8eWv2tQ=",
@ -442,10 +409,9 @@
"dagger": "dagger", "dagger": "dagger",
"devenv": "devenv", "devenv": "devenv",
"home-manager": "home-manager", "home-manager": "home-manager",
"muse-sounds-manager": "muse-sounds-manager",
"nix-software-center": "nix-software-center", "nix-software-center": "nix-software-center",
"nixgl": "nixgl", "nixgl": "nixgl",
"nixpkgs": "nixpkgs_5", "nixpkgs": "nixpkgs_4",
"nixpkgs-update": "nixpkgs-update" "nixpkgs-update": "nixpkgs-update"
} }
}, },

View file

@ -17,7 +17,6 @@
dagger.url = "github:dagger/nix"; dagger.url = "github:dagger/nix";
dagger.inputs.nixpkgs.follows = "nixpkgs"; dagger.inputs.nixpkgs.follows = "nixpkgs";
nixgl.url = "github:guibou/nixGL"; nixgl.url = "github:guibou/nixGL";
muse-sounds-manager.url = "github:thilobillerbeck/muse-sounds-manager-nix";
}; };
outputs = { self, nixpkgs, home-manager, nixgl, ... }@inputs: outputs = { self, nixpkgs, home-manager, nixgl, ... }@inputs:

View file

@ -109,14 +109,12 @@ with lib;
trilium-desktop trilium-desktop
anki anki
inputs.nix-software-center.packages.x86_64-linux.nix-software-center inputs.nix-software-center.packages.x86_64-linux.nix-software-center
inputs.muse-sounds-manager.packages.x86_64-linux.muse-sounds-manager
jetbrains-toolbox jetbrains-toolbox
mumble mumble
prusa-slicer prusa-slicer
trayscale trayscale
gnome.gnome-disk-utility gnome.gnome-disk-utility
inkscape inkscape
musescore
] else [ ]) ++ (if config.machine.isGnome then [ ] else [ ]) ++ (if config.machine.isGnome then [
gnomeExtensions.blur-my-shell gnomeExtensions.blur-my-shell
gnomeExtensions.dash-to-panel gnomeExtensions.dash-to-panel