add cerulean compatability
This commit is contained in:
parent
e961180371
commit
a2192c9341
23 changed files with 239 additions and 688 deletions
|
|
@ -4,7 +4,7 @@
|
|||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
upkgs,
|
||||
...
|
||||
} @ args: {
|
||||
imports = [
|
||||
|
|
@ -16,12 +16,9 @@
|
|||
../modules/bat.nix
|
||||
|
||||
../modules/editor/helix.nix
|
||||
(import ../modules/editor/vscode.nix args)
|
||||
|
||||
../modules/firefox.nix
|
||||
../modules/apps/thunderbird.nix
|
||||
|
||||
#../modules/wm/hypr/hypridle.nix
|
||||
../modules/wm/hypr/hyprlock.nix
|
||||
../modules/kanshi.nix
|
||||
../modules/mako.nix
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
upkgs,
|
||||
...
|
||||
}: let
|
||||
lsps = {
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
};
|
||||
|
||||
ty = {
|
||||
pkg = pkgs-unstable.ty;
|
||||
pkg = upkgs.ty;
|
||||
cmd = "ty";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{pkgs-unstable, ...}: {
|
||||
{upkgs, ...}: {
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.foot;
|
||||
package = upkgs.foot;
|
||||
|
||||
server.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue