Intégration de neovim sur le DELL
This commit is contained in:
parent
34787a6ef6
commit
8b387209b2
|
@ -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" {
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
./mails.nix
|
||||
./dunst.nix
|
||||
./redshift.nix
|
||||
../../../modules/neovim.nix
|
||||
];
|
||||
home.keyboard = {
|
||||
layout = "fr";
|
||||
|
|
|
@ -6,7 +6,7 @@ in
|
|||
{
|
||||
services.restic.server = {
|
||||
enable = true;
|
||||
appendOnly = true;
|
||||
|
||||
extraFlags = [ "--no-auth" ];
|
||||
dataDir = "/var/lib/backup";
|
||||
prometheus = true;
|
||||
|
|
Loading…
Reference in New Issue