Skip to content

Commit

Permalink
syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Nov 18, 2023
1 parent 6ff63c1 commit bdcb395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
# mode = "0444";
# };
# }

./nixos-c1-x86/configuration.nix
];
};
Expand Down
5 changes: 2 additions & 3 deletions users/shaurizard/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
imports = [
# Append your custom home-manager modules in this list
../../modules/home-manager/wayland/kickoff.nix ];
../../modules/home-manager/wayland/kickoff.nix
];

### -- home
Expand All @@ -26,7 +26,7 @@
font-manager
wayland-utils
xdg_utils
spotify
spotify;

inherit (inputs'.nixpkgs-wayland.packages)
grim
Expand Down Expand Up @@ -1087,5 +1087,4 @@
{ timeout = 310; command = "swaylock"; }
];
};
};
}

0 comments on commit bdcb395

Please sign in to comment.