Intégration de neovim sur le DELL

alacritty
Alexandre LUCAZEAU 2022-06-17 09:56:40 +02:00
parent 34787a6ef6
commit 8b387209b2
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
3 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ client.unfocused $gray2 $gray2 #FFFFFF #000000
font pango:Hack 10
# wallpaper
exec --no-startup-id feh --bg-scale /home/alexandre/images/SF.jpg
exec --no-startup-id feh --bg-scale /home/alexandre/images/foret.jpg
# Redimensionnement de fenetres
mode "resize" {

View File

@ -10,6 +10,7 @@
./mails.nix
./dunst.nix
./redshift.nix
../../../modules/neovim.nix
];
home.keyboard = {
layout = "fr";

View File

@ -6,7 +6,7 @@ in
{
services.restic.server = {
enable = true;
appendOnly = true;
extraFlags = [ "--no-auth" ];
dataDir = "/var/lib/backup";
prometheus = true;