Changed prompt and updated desktop

This commit is contained in:
FredzyW 2024-05-02 21:03:58 +02:00
parent 0c40e0f66d
commit 4b77350f91
7 changed files with 110 additions and 71 deletions

View file

@ -51,7 +51,10 @@
inherit inputs outputs;
myhostname = "desktop";
};
modules = [./maskiner/desktop/configuration.nix];
modules = [
({nixpkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
./maskiner/desktop/configuration.nix
];
};
jobb = nixpkgs.lib.nixosSystem {
specialArgs = {