fix some lint errors
This commit is contained in:
parent
053026966a
commit
39cd2bc920
4 changed files with 4 additions and 5 deletions
4
home.nix
4
home.nix
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, inputs, ... }: let
|
||||
{ pkgs, inputs, ... }: let
|
||||
username = "khais";
|
||||
in {
|
||||
home = {
|
||||
|
|
@ -16,7 +16,7 @@ in {
|
|||
# editors
|
||||
zed-editor
|
||||
# nixvim
|
||||
inputs.nixvim-flake.packages.${pkgs.system}.default
|
||||
inputs.nixvim-flake.packages.${system}.default
|
||||
];
|
||||
|
||||
file = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue