modifié : ../../nixos/configuration.nix
modifié : ../../nixos/packages.nix modifié : i3config modifié : ../dunst.nix modifié : ../home.nix modifié : ../packages.nix
This commit is contained in:
parent
634c91eb3e
commit
a681c1d4de
|
@ -138,5 +138,9 @@
|
||||||
hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/";
|
hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
nix = {
|
||||||
|
package = pkgs.nixfmt;
|
||||||
|
extraOptions = ''experimental-features = nix-command fmt'';
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,5 +22,6 @@
|
||||||
font-manager
|
font-manager
|
||||||
utf8proc
|
utf8proc
|
||||||
pam_u2f
|
pam_u2f
|
||||||
|
zlib
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;'
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -22,3 +22,4 @@
|
||||||
};
|
};
|
||||||
xsession.numlock.enable = true;
|
xsession.numlock.enable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -45,5 +45,8 @@
|
||||||
exa
|
exa
|
||||||
bat
|
bat
|
||||||
vimPlugins.vim-markdown-composer
|
vimPlugins.vim-markdown-composer
|
||||||
|
neovim
|
||||||
|
python3
|
||||||
|
ferdi
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue