mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
fmt
This commit is contained in:
parent
80828a17c6
commit
89b76cb924
1 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ flake, pkgs, ...}:
|
||||
{ flake, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
in
|
||||
inherit (flake) inputs;
|
||||
in
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
|
|
@ -12,6 +12,6 @@ in
|
|||
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.kitty
|
||||
pkgs.kitty
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue