modifié : ../../nixos/configuration.nix

modifié :         ../../nixos/packages.nix
	modifié :         i3config
	modifié :         ../dunst.nix
	modifié :         ../home.nix
	modifié :         ../packages.nix
This commit is contained in:
Alexandre LUCAZEAU 2022-09-07 13:50:01 +02:00
parent 634c91eb3e
commit a681c1d4de
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
6 changed files with 12 additions and 6 deletions

View File

@ -138,5 +138,9 @@
hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/"; hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/";
}; };
}; };
nix = {
package = pkgs.nixfmt;
extraOptions = ''experimental-features = nix-command fmt'';
};
} }

View File

@ -22,5 +22,6 @@
font-manager font-manager
utf8proc utf8proc
pam_u2f pam_u2f
zlib
]; ];
} }

View File

@ -138,16 +138,13 @@ bindsym Print exec scrot -u '%Y-%m-%d-%T_$wx$h_scrot.png' -e 'mv $f ~/Screenshot
bindsym $mod+Return exec "LIBGL_ALWAYS_SOFTWARE=1 alacritty" bindsym $mod+Return exec "LIBGL_ALWAYS_SOFTWARE=1 alacritty"
bindsym $mod+m exec "i3-sensible-terminal -e ncmpcpp" bindsym $mod+m exec "i3-sensible-terminal -e ncmpcpp"
# Assigne les applications aux workspaces
assign [class="firefox"] $ws3
assign [class="emacs"] $ws2
# programmes au démarrage # programmes au démarrage
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id nextcloud exec --no-startup-id nextcloud
exec --no-startup-id blueman-applet exec --no-startup-id blueman-applet
exec --no-startup-id i3-msg 'workspace $ws9; exec keepassxc;' exec --no-startup-id i3-msg 'workspace $ws9; exec keepassxc;'
exec --no-startup-id i3-msg 'workspace $ws5; exec emacs;' #exec --no-startup-id i3-msg 'workspace $ws5; exec emacs;'
exec --no-startup-id i3-msg 'workspace $ws1; exec alacritty;' exec --no-startup-id i3-msg 'workspace $ws1; exec alacritty;'
exec --no-startup-id i3-msg 'workspace $ws1; exec ferdi;'
exec --no-startup-id i3-msg 'workspace $ws2; exec thunderbird;' exec --no-startup-id i3-msg 'workspace $ws2; exec thunderbird;'
exec --no-startup-id i3-msg 'workspace $ws3; exec firefox;' exec --no-startup-id i3-msg 'workspace $ws3; exec firefox;'

View File

@ -105,7 +105,7 @@
# #
# If this option is set to mouse or keyboard, the monitor option # If this option is set to mouse or keyboard, the monitor option
# will be ignored. # will be ignored.
follow = "none"; follow = "mouse";
# Should a notification popped up from history be sticky or timeout # Should a notification popped up from history be sticky or timeout
# as if it would normally do. # as if it would normally do.

View File

@ -22,3 +22,4 @@
}; };
xsession.numlock.enable = true; xsession.numlock.enable = true;
} }

View File

@ -45,5 +45,8 @@
exa exa
bat bat
vimPlugins.vim-markdown-composer vimPlugins.vim-markdown-composer
neovim
python3
ferdi
]; ];
} }