mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
add halley
This commit is contained in:
parent
544e96a21d
commit
65a37d47af
6 changed files with 158 additions and 53 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./basic.nix
|
||||
|
|
@ -8,4 +9,16 @@
|
|||
./tuigreet.nix
|
||||
# ./cosmic.nix
|
||||
];
|
||||
|
||||
services.displayManager.sessionPackages = [
|
||||
pkgs.halley
|
||||
(inputs.driftwm.packages.${pkgs.system}.default.overrideAttrs (oldAttrs: {
|
||||
cargoDeps = pkgs.rustPlatform.importCargoLock {
|
||||
lockFile = "${inputs.driftwm}/Cargo.lock";
|
||||
outputHashes = {
|
||||
"smithay-drm-extras-0.1.0" = "sha256-6iTLezGeSnefQbCoZHsXayinjFvrsC7ezW88tlZx9Y0=";
|
||||
};
|
||||
};
|
||||
}))
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue