fix
This commit is contained in:
parent
0df1237eb2
commit
e1bec20b9c
2 changed files with 17 additions and 17 deletions
33
flake.nix
33
flake.nix
|
|
@ -26,17 +26,17 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{ self
|
inputs@{
|
||||||
, nixpkgs
|
self,
|
||||||
, c3d2-user-module
|
nixpkgs,
|
||||||
, home-manager
|
c3d2-user-module,
|
||||||
, niri
|
home-manager,
|
||||||
, nixos-hardware
|
niri,
|
||||||
, treefmt-nix
|
nixos-hardware,
|
||||||
, determinate
|
treefmt-nix,
|
||||||
, nix-index-db
|
determinate,
|
||||||
, quickshell
|
nix-index-db,
|
||||||
,
|
quickshell,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
@ -86,11 +86,12 @@
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.lucy =
|
home-manager.users.lucy =
|
||||||
{ config
|
{
|
||||||
, pkgs
|
config,
|
||||||
, lib
|
pkgs,
|
||||||
, inputs
|
lib,
|
||||||
, ...
|
inputs,
|
||||||
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
./nushell.nix
|
./nushell.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
./niri
|
./niri
|
||||||
./quickshell.nix
|
|
||||||
./gammastep.nix
|
./gammastep.nix
|
||||||
./hypridle.nix
|
./hypridle.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue