summaryrefslogtreecommitdiff
path: root/nix/default.nix
diff options
context:
space:
mode:
authorDavi Ribeiro <104164579+Markus328@users.noreply.github.com>2025-08-12 12:06:24 -0300
committerGitHub <noreply@github.com>2025-08-13 01:06:24 +1000
commite34953f595eeb0a18159a569e1a1bc263f1df2c3 (patch)
treee1fd96350e2ded538fc2c875a36cbfa0b2b6ff71 /nix/default.nix
parentnix: fix dep (diff)
downloadcaelestia-shell-e34953f595eeb0a18159a569e1a1bc263f1df2c3.tar.gz
caelestia-shell-e34953f595eeb0a18159a569e1a1bc263f1df2c3.tar.bz2
caelestia-shell-e34953f595eeb0a18159a569e1a1bc263f1df2c3.zip
nix: add home manager module (#402)
* nix/hm: add home manager module * nix/hm: remove uneeded options * nix/hm: add cli option * nix/hm: allow shell use CLI when 'cli.enable' is false * nix/hm: fix systemd service * nix/hm: use config dir from xdg standard
Diffstat (limited to '')
-rw-r--r--nix/default.nix (renamed from default.nix)2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/nix/default.nix
index 25902d2..8012721 100644
--- a/default.nix
+++ b/nix/default.nix
@@ -62,7 +62,7 @@ in
stdenv.mkDerivation {
pname = "caelestia-shell";
version = "${rev}";
- src = ./.;
+ src = ./..;
nativeBuildInputs = [gcc makeWrapper];
buildInputs = [quickshell aubio pipewire];