Compare commits
No commits in common. "d218eb008c9e149318eab4c740b563b93703918c" and "d8ceb463769310a2ea1fd415bb3b9850c33df647" have entirely different histories.
d218eb008c
...
d8ceb46376
6 changed files with 10 additions and 13 deletions
|
@ -5,8 +5,6 @@
|
||||||
|
|
||||||
networking.hostName = "ahrc-laptop";
|
networking.hostName = "ahrc-laptop";
|
||||||
|
|
||||||
console.keyMap = "fr-pc";
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ powertop brightnessctl ];
|
environment.systemPackages = with pkgs; [ powertop brightnessctl ];
|
||||||
|
|
||||||
services.libinput.enable = true;
|
services.libinput.enable = true;
|
||||||
|
|
|
@ -24,10 +24,10 @@
|
||||||
decoration = {
|
decoration = {
|
||||||
inactive_opacity = 1.0;
|
inactive_opacity = 1.0;
|
||||||
drop_shadow = false;
|
drop_shadow = false;
|
||||||
|
dim_inactive = false;
|
||||||
blur.enabled = false;
|
blur.enabled = false;
|
||||||
};
|
};
|
||||||
gestures.workspace_swipe = true;
|
gestures.workspace_swipe = true;
|
||||||
input.kb_layout = "fr";
|
|
||||||
input.touchpad = {
|
input.touchpad = {
|
||||||
disable_while_typing = false;
|
disable_while_typing = false;
|
||||||
natural_scroll = true;
|
natural_scroll = true;
|
||||||
|
|
|
@ -5,18 +5,14 @@
|
||||||
|
|
||||||
networking.hostName = "ahrc-pc";
|
networking.hostName = "ahrc-pc";
|
||||||
|
|
||||||
console.keyMap = "us";
|
|
||||||
|
|
||||||
services.openssh.enable = true;
|
|
||||||
|
|
||||||
programs.bash.promptInit = ''
|
programs.bash.promptInit = ''
|
||||||
if [ "$(whoami)" = root ]; then
|
if [ "$(whoami)" = root ]; then
|
||||||
color=31
|
|
||||||
else
|
|
||||||
color=35
|
color=35
|
||||||
|
else
|
||||||
|
color=32
|
||||||
user='\u@'
|
user='\u@'
|
||||||
fi
|
fi
|
||||||
PS1="\[\033[0m\][\[\033[1;''${color}m\]''${user}\h\[\033[0m\] \[\033[1;34m\]\W\[\033[0m\]]\\$ "
|
PS1="\[\033[0m\](\[\033[1;''${color}m\]''${user}\h\[\033[0m\] \[\033[1;34m\]\W\[\033[0m\])\\$ "
|
||||||
'';
|
'';
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
|
@ -23,9 +23,9 @@
|
||||||
decoration = {
|
decoration = {
|
||||||
inactive_opacity = 0.9;
|
inactive_opacity = 0.9;
|
||||||
drop_shadow = true;
|
drop_shadow = true;
|
||||||
|
dim_inactive = true;
|
||||||
blur.enabled = true;
|
blur.enabled = true;
|
||||||
};
|
};
|
||||||
input.kb_layout = "us";
|
|
||||||
gestures.workspace_swipe = false;
|
gestures.workspace_swipe = false;
|
||||||
misc.animate_manual_resizes = true;
|
misc.animate_manual_resizes = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,7 +12,10 @@
|
||||||
time.timeZone = "Europe/Paris";
|
time.timeZone = "Europe/Paris";
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
console.font = "Lat2-Terminus16";
|
console = {
|
||||||
|
font = "Lat2-Terminus16";
|
||||||
|
keyMap = "fr-pc";
|
||||||
|
};
|
||||||
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -173,7 +173,6 @@
|
||||||
movefocus_cycles_fullscreen = false;
|
movefocus_cycles_fullscreen = false;
|
||||||
};
|
};
|
||||||
decoration = {
|
decoration = {
|
||||||
dim_inactive = false;
|
|
||||||
rounding = 10;
|
rounding = 10;
|
||||||
active_opacity = 1.0;
|
active_opacity = 1.0;
|
||||||
fullscreen_opacity = 1.0;
|
fullscreen_opacity = 1.0;
|
||||||
|
@ -191,6 +190,7 @@
|
||||||
no_focus_fallback = true;
|
no_focus_fallback = true;
|
||||||
};
|
};
|
||||||
input = {
|
input = {
|
||||||
|
kb_layout = "fr";
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
repeat_rate = 75;
|
repeat_rate = 75;
|
||||||
repeat_delay = 300;
|
repeat_delay = 300;
|
||||||
|
|
Loading…
Reference in a new issue