mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-22 20:27:02 -04:00
update desktop to unstable
This commit is contained in:
parent
0127b58b58
commit
dfc97d17ee
9 changed files with 89 additions and 72 deletions
|
@ -1,4 +1,7 @@
|
|||
{ inputs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
let
|
||||
system = pkgs.system;
|
||||
in
|
||||
{
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
|
@ -10,7 +13,7 @@
|
|||
frog = pkgs.callPackage ./frog { };
|
||||
chrome-pak-customizer = inputs.chrome-pak.flakePackage pkgs;
|
||||
ceserver = inputs.ceserver.flakePackage pkgs;
|
||||
scripts = inputs.scripts.flakePackage pkgs;
|
||||
scripts = inputs.scripts.flakePackage system;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue