feat: format
This commit is contained in:
parent
c01d20f1e9
commit
e5dde133ea
6 changed files with 35 additions and 64 deletions
|
|
@ -23,24 +23,27 @@ let
|
|||
sqlite = true;
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
awscli2
|
||||
pure-prompt
|
||||
xclip
|
||||
tree
|
||||
jq
|
||||
curl
|
||||
wget
|
||||
unzip
|
||||
tesseract
|
||||
gnumake
|
||||
gcc
|
||||
file
|
||||
ffmpeg
|
||||
poppler-utils
|
||||
librsvg
|
||||
imagemagick
|
||||
];
|
||||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
awscli2
|
||||
pure-prompt
|
||||
xclip
|
||||
tree
|
||||
jq
|
||||
curl
|
||||
wget
|
||||
unzip
|
||||
tesseract
|
||||
gnumake
|
||||
gcc
|
||||
file
|
||||
ffmpeg
|
||||
poppler-utils
|
||||
librsvg
|
||||
imagemagick
|
||||
]
|
||||
++ lib.optionals rust [ rustup ];
|
||||
|
||||
home.sessionVariables = lib.mkMerge [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -176,7 +176,6 @@ in
|
|||
xdg.configFile."rofi/themes/daylight.rasi".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.config/nix/config/rofi/themes/daylight.rasi";
|
||||
|
||||
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue