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
|
font pango:Hack 10
|
||||||
|
|
||||||
# wallpaper
|
# 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
|
# Redimensionnement de fenetres
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
./mails.nix
|
./mails.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./redshift.nix
|
./redshift.nix
|
||||||
|
../../../modules/neovim.nix
|
||||||
];
|
];
|
||||||
home.keyboard = {
|
home.keyboard = {
|
||||||
layout = "fr";
|
layout = "fr";
|
||||||
|
|
|
@ -6,7 +6,7 @@ in
|
||||||
{
|
{
|
||||||
services.restic.server = {
|
services.restic.server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
appendOnly = true;
|
|
||||||
extraFlags = [ "--no-auth" ];
|
extraFlags = [ "--no-auth" ];
|
||||||
dataDir = "/var/lib/backup";
|
dataDir = "/var/lib/backup";
|
||||||
prometheus = true;
|
prometheus = true;
|
||||||
|
|
Loading…
Reference in New Issue