Flake parts completed
This commit is contained in:
parent
97f500a3bf
commit
8e9044edd5
10 changed files with 389 additions and 576 deletions
|
|
@ -2,6 +2,6 @@
|
|||
{
|
||||
home.packages = builtins.attrValues {
|
||||
# inherit (pkgs) calibre;
|
||||
inherit (pkgs.unstable_pkgs) mangal;
|
||||
inherit (pkgs) mangal;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
pkgs.k9s
|
||||
pkgs.awscli2
|
||||
pkgs.lens
|
||||
pkgs.unstable_pkgs.kubevirt
|
||||
pkgs.kubevirt
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
};
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
package = pkgs.unstable_pkgs.helix;
|
||||
languages.language = [
|
||||
{
|
||||
name = "nix";
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@
|
|||
events = [
|
||||
{
|
||||
event = "before-sleep";
|
||||
command = "${pkgs.way-lockscreen}/bin/way-lockscreen";
|
||||
command = "${pkgs.wl-lockscreen}/bin/wl-lockscreen";
|
||||
}
|
||||
{
|
||||
event = "lock";
|
||||
command = "${pkgs.way-lockscreen}/bin/way-lockscreen";
|
||||
command = "${pkgs.wl-lockscreen}/bin/wl-lockscreen";
|
||||
}
|
||||
];
|
||||
timeouts = [
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
{
|
||||
timeout = 120;
|
||||
command = "${pkgs.brillo}/bin/brillo -e -S 0; ${pkgs.way-lockscreen}/bin/way-lockscreen";
|
||||
command = "${pkgs.brillo}/bin/brillo -e -S 0; ${pkgs.wl-lockscreen}/bin/wl-lockscreen";
|
||||
resumeCommand = "${pkgs.brillo}/bin/brillo -e -S 100";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
package = pkgs.unstable_pkgs.yazi;
|
||||
settings = {
|
||||
manager = {
|
||||
sort_by = "natural";
|
||||
|
|
|
|||
|
|
@ -3,10 +3,7 @@ let
|
|||
strPalette = pkgs.lib.nix-rice.palette.toRgbHex pkgs.rice.colorPalette;
|
||||
in
|
||||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
package = pkgs.unstable_pkgs.zellij;
|
||||
};
|
||||
programs.zellij.enable = true;
|
||||
|
||||
home.shellAliases = {
|
||||
"ze" = "zellij";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue