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 =
|
||||
inputs@{ self
|
||||
, nixpkgs
|
||||
, c3d2-user-module
|
||||
, home-manager
|
||||
, niri
|
||||
, nixos-hardware
|
||||
, treefmt-nix
|
||||
, determinate
|
||||
, nix-index-db
|
||||
, quickshell
|
||||
,
|
||||
inputs@{
|
||||
self,
|
||||
nixpkgs,
|
||||
c3d2-user-module,
|
||||
home-manager,
|
||||
niri,
|
||||
nixos-hardware,
|
||||
treefmt-nix,
|
||||
determinate,
|
||||
nix-index-db,
|
||||
quickshell,
|
||||
}:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -86,11 +86,12 @@
|
|||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.lucy =
|
||||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, inputs
|
||||
, ...
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
./nushell.nix
|
||||
./waybar.nix
|
||||
./niri
|
||||
./quickshell.nix
|
||||
./gammastep.nix
|
||||
./hypridle.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue