Reformat + swap odin SSD
This commit is contained in:
parent
1bc27dde82
commit
2f3d05a802
83 changed files with 1448 additions and 931 deletions
|
|
@ -1,6 +1,4 @@
|
|||
{ pkgs ? import <nixos> { inherit system; }
|
||||
, system ? builtins.currentSystem
|
||||
}:
|
||||
{ pkgs ? import <nixos> { inherit system; }, system ? builtins.currentSystem }:
|
||||
|
||||
let
|
||||
self = with pkgs; {
|
||||
|
|
|
|||
|
|
@ -3,14 +3,15 @@
|
|||
, roboto
|
||||
, i3lock-color
|
||||
, writeScriptBin
|
||||
, font ? { package = roboto; name = "Roboto"; }
|
||||
, font ? {
|
||||
package = roboto;
|
||||
name = "Roboto";
|
||||
}
|
||||
, palette ? rice.palette.palette { }
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
strPalette = lib.rice.palette.toRGBAHex palette;
|
||||
in
|
||||
writeScriptBin "lockscreen" ''
|
||||
let strPalette = lib.rice.palette.toRGBAHex palette;
|
||||
in writeScriptBin "lockscreen" ''
|
||||
#!/bin/sh
|
||||
# Using font package ${font.package}
|
||||
${i3lock-color}/bin/i3lock-color \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue