Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0e8dfb98c5
|
|||
|
26c4bb6495
|
|||
|
ef6d5cedb0
|
@ -4,6 +4,8 @@
|
||||
enable = true;
|
||||
settings.mgr.sort_dir_first=false;
|
||||
};
|
||||
|
||||
home.sessionVariables.BROWSER = "yazi";
|
||||
programs.bash.bashrcExtra = ''
|
||||
function y() {
|
||||
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
||||
|
||||
@ -27,6 +27,11 @@
|
||||
", XF86Launch1, exec, hyprlock"
|
||||
", XF86Launch4, exec, pkill activate-linux"
|
||||
];
|
||||
bindl = [
|
||||
",switch:off:Lid Switch,exec,hyprctl keyword monitor \"eDP-1, 1920x1080@120, 0x0, 1\""
|
||||
",switch:on:Lid Switch,exec,hyprctl keyword monitor \"eDP-1, disable\""
|
||||
|
||||
];
|
||||
monitor= [
|
||||
# "eDP-1, modeline 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync, 0x0, 1"
|
||||
"eDP-1, 1920x1080@120, 0x0, 1"
|
||||
@ -41,77 +46,4 @@
|
||||
localsend
|
||||
];
|
||||
|
||||
# programs.superfile = {
|
||||
# enable = true;
|
||||
# hotkeys = {
|
||||
# # global
|
||||
# confirm = ["enter" ""];
|
||||
# quit = ["ctrl+c" ""];
|
||||
#
|
||||
# # movement
|
||||
# list_up = ["k" ""];
|
||||
# list_down = ["j" ""];
|
||||
# page_up = ["pgup"""];
|
||||
# page_down = ["pgdown"""];
|
||||
#
|
||||
# # file panel control
|
||||
# create_new_file_panel = ["n" ""];
|
||||
# close_file_panel = ["q" ""];
|
||||
# next_file_panel = ["tab" ""];
|
||||
# previous_file_panel = ["shift+tab" ""];
|
||||
# toggle_file_preview_panel = ["f" ""];
|
||||
# open_sort_options_menu = ["o" ""];
|
||||
# toggle_reverse_sort = ["R" ""];
|
||||
#
|
||||
# # change focus
|
||||
# focus_on_process_bar = ["ctrl+p" ""];
|
||||
# focus_on_sidebar = ["ctrl+s" ""];
|
||||
# focus_on_metadata = ["ctrl+d" ""];
|
||||
#
|
||||
# # create file/directory and rename
|
||||
# file_panel_item_create = ["a" ""];
|
||||
# file_panel_item_rename = ["r" ""];
|
||||
#
|
||||
# # file operations
|
||||
# copy_items = ["y" ""];
|
||||
# cut_items = ["x" ""];
|
||||
# paste_items = ["p" ""];
|
||||
# delete_items = ["d" ""];
|
||||
#
|
||||
# # compress and extract
|
||||
# extract_file = ["ctrl+e" ""];
|
||||
# compress_file = ["ctrl+a" ""];
|
||||
#
|
||||
# # editor
|
||||
# open_file_with_editor = ["e" ""];
|
||||
# open_current_directory_with_editor = ["E" ""];
|
||||
#
|
||||
# # other
|
||||
# pinned_directory = ["P" ""];
|
||||
# toggle_dot_file = ["." ""];
|
||||
# change_panel_mode = ["m" ""];
|
||||
# open_help_menu = ["?" ""];
|
||||
# open_command_line = [":" ""];
|
||||
# copy_path = ["Y" ""];
|
||||
# copy_present_working_directory = ["c" ""];
|
||||
# toggle_footer = ["ctrl+f" ""];
|
||||
#
|
||||
# # Typing hotkeys (can conflict with all hotkeys)
|
||||
# confirm_typing = ["enter" ""];
|
||||
# cancel_typing = ["esc" ""];
|
||||
#
|
||||
# # =================================================================================================
|
||||
# # Normal mode hotkeys (can conflict with other modes cannot conflict with global hotkeys)
|
||||
# parent_directory = ["-" ""];
|
||||
# search_bar = ["/" ""];
|
||||
#
|
||||
# # =================================================================================================
|
||||
# # Select mode hotkeys (can conflict with other modes cannot conflict with global hotkeys)
|
||||
# file_panel_select_mode_items_select_down = ["J" ""];
|
||||
# file_panel_select_mode_items_select_up = ["K" ""];
|
||||
# file_panel_select_all_items = ["A" ""];
|
||||
#
|
||||
# };
|
||||
# };
|
||||
|
||||
}
|
||||
|
||||
@ -11,9 +11,9 @@
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
userEmail = "tomoron@student.42angouleme.fr";
|
||||
userName = "tomoron";
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user.email = "tomoron@student.42angouleme.fr";
|
||||
user.name = "tomoron";
|
||||
init.defaultBranch="master";
|
||||
pull.rebase = true;
|
||||
push.autoSetupRemote = true;
|
||||
@ -21,11 +21,11 @@
|
||||
help.autocorrect = 1;
|
||||
user.signingkey = "251B4BD73683A8DF13D760A868BFAFE31DF313AD";
|
||||
commit.gpgsign = true;
|
||||
};
|
||||
aliases = {
|
||||
aliase = {
|
||||
fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";
|
||||
back = "reset HEAD~";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
|
||||
# Updated: 2025/11/04 16:48:12 by tomoron ### ########.fr #
|
||||
# Updated: 2025/11/17 11:55:17 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -46,5 +46,6 @@
|
||||
yubikey-personalization
|
||||
sops
|
||||
libreoffice
|
||||
doxygen
|
||||
];
|
||||
}
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/09/06 00:56:57 by tomoron #+# #+# #
|
||||
# Updated: 2025/10/29 21:15:44 by tomoron ### ########.fr #
|
||||
# Updated: 2025/11/21 10:40:19 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -65,13 +65,14 @@
|
||||
SUBSYSTEM=="kvmfr", OWNER="tom", GROUP="kvm", MODE="0660"
|
||||
'';
|
||||
environment.systemPackages = with pkgs; [ looking-glass-client ];
|
||||
services.supergfxd.settings.mode = "Vfio";
|
||||
};
|
||||
|
||||
networking.dhcpcd.enable = false;
|
||||
systemd.network.enable = true;
|
||||
networking.useNetworkd = true;
|
||||
|
||||
programs.noisetorch.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
@ -135,4 +136,15 @@
|
||||
# };
|
||||
|
||||
services.flatpak.enable = true;
|
||||
|
||||
|
||||
services.dnsmasq.enable = true;
|
||||
services.dnsmasq.settings = {
|
||||
"dhcp-range" = ["192.168.1.150,192.168.1.250"];
|
||||
"dhcp-option" = [
|
||||
"3,192.168.1.254"
|
||||
"6,1.1.1.1,8.8.8.8,8.8.4.4"
|
||||
];
|
||||
"interface" = "enp4s0f4u1";
|
||||
};
|
||||
}
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/09/05 23:47:16 by tomoron #+# #+# #
|
||||
# Updated: 2025/09/06 00:56:38 by tomoron ### ########.fr #
|
||||
# Updated: 2025/11/17 14:32:13 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
services.displayManager.ly.enable = true;
|
||||
services.displayManager.ly.settings =
|
||||
{
|
||||
animation = "doom";
|
||||
animation = "gameoflife";
|
||||
min_refresh_delta = 50;
|
||||
bigclock = "en";
|
||||
sleep_cmd = "systemctl sleep";
|
||||
|
||||
Reference in New Issue
Block a user