Compare commits
No commits in common. "711d056962103a54a831f689ad03c8bec46adbbf" and "34787a6ef6c3ae51d3f701664aa46dc0d3bb8652" have entirely different histories.
711d056962
...
34787a6ef6
|
@ -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/foret.jpg
|
exec --no-startup-id feh --bg-scale /home/alexandre/images/SF.jpg
|
||||||
|
|
||||||
# Redimensionnement de fenetres
|
# Redimensionnement de fenetres
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
./mails.nix
|
./mails.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./redshift.nix
|
./redshift.nix
|
||||||
../../../modules/neovim.nix
|
|
||||||
];
|
];
|
||||||
home.keyboard = {
|
home.keyboard = {
|
||||||
layout = "fr";
|
layout = "fr";
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
isync
|
isync
|
||||||
zathura
|
zathura
|
||||||
rofi
|
rofi
|
||||||
|
rofi-pass
|
||||||
poppler_utils
|
poppler_utils
|
||||||
simple-scan
|
simple-scan
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
@ -27,12 +28,14 @@
|
||||||
pandoc
|
pandoc
|
||||||
hugo
|
hugo
|
||||||
whois
|
whois
|
||||||
|
barrier
|
||||||
inkscape
|
inkscape
|
||||||
feh
|
feh
|
||||||
i3blocks
|
i3blocks
|
||||||
acpi
|
acpi
|
||||||
cpufrequtils
|
cpufrequtils
|
||||||
xclip
|
xclip
|
||||||
|
gopass
|
||||||
ispell
|
ispell
|
||||||
aspellDicts.fr
|
aspellDicts.fr
|
||||||
nix-direnv
|
nix-direnv
|
||||||
|
@ -42,8 +45,5 @@
|
||||||
freetube
|
freetube
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
zola
|
zola
|
||||||
exa
|
|
||||||
bat
|
|
||||||
vimPlugins.vim-markdown-composer
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,10 +2,7 @@
|
||||||
let
|
let
|
||||||
# […]
|
# […]
|
||||||
nix-nvim = builtins.fetchGit {
|
nix-nvim = builtins.fetchGit {
|
||||||
# url = "https://git.atlanticaweb.fr/alexandre/nix-nvim.git";
|
url = "https://git.atlanticaweb.fr/alexandre/nix-nvim.git";
|
||||||
# ref = "main";
|
|
||||||
# rev = "fc0cf4d36b3872f80a931ed05993f2d5755b26da";
|
|
||||||
url = "https://framagit.org/vegaelle/nix-nvim.git";
|
|
||||||
ref = "main";
|
ref = "main";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
@ -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