Compare commits
2 Commits
34787a6ef6
...
711d056962
Author | SHA1 | Date |
---|---|---|
Alexandre LUCAZEAU | 711d056962 | |
Alexandre LUCAZEAU | 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";
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
isync
|
||||
zathura
|
||||
rofi
|
||||
rofi-pass
|
||||
poppler_utils
|
||||
simple-scan
|
||||
brightnessctl
|
||||
|
@ -28,14 +27,12 @@
|
|||
pandoc
|
||||
hugo
|
||||
whois
|
||||
barrier
|
||||
inkscape
|
||||
feh
|
||||
i3blocks
|
||||
acpi
|
||||
cpufrequtils
|
||||
xclip
|
||||
gopass
|
||||
ispell
|
||||
aspellDicts.fr
|
||||
nix-direnv
|
||||
|
@ -45,5 +42,8 @@
|
|||
freetube
|
||||
texlive.combined.scheme-full
|
||||
zola
|
||||
exa
|
||||
bat
|
||||
vimPlugins.vim-markdown-composer
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,7 +2,10 @@
|
|||
let
|
||||
# […]
|
||||
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";
|
||||
};
|
||||
in
|
||||
|
|
|
@ -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