From 89ab99cdc78917b4a19749091c58756c499c56b1 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Wed, 15 Jan 2025 18:09:19 +0300 Subject: [PATCH] update? --- flake.lock | 30 +++++++++++++++--------------- home/features/desktop/hyprland.nix | 10 +++++----- home/nomad/unkown.nix | 18 +++++++++--------- home/nomad/unkown/home.nix | 2 +- hosts/unkown/configuration.nix | 13 +++++++------ 5 files changed, 37 insertions(+), 36 deletions(-) diff --git a/flake.lock b/flake.lock index 28cdc46..40b4205 100644 --- a/flake.lock +++ b/flake.lock @@ -27,11 +27,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1734011192, - "narHash": "sha256-NghuiWXx6Q3gwLiudiNwDpYQ1CPEUK7J+f9dWREN8KA=", + "lastModified": 1736711425, + "narHash": "sha256-8hKhPQuMtXfJi+4lPvw3FBk/zSJVHeb726Zo0uF1PP8=", "owner": "nix-community", "repo": "disko", - "rev": "0f31ad735e784315a22d9899d3ba24340ce64220", + "rev": "f720e64ec37fa16ebba6354eadf310f81555cc07", "type": "github" }, "original": { @@ -100,11 +100,11 @@ ] }, "locked": { - "lastModified": 1734031102, - "narHash": "sha256-6RDywJJ1AuG2NflpXaWgNDYOOLGCqgTezUuc0RiEYzA=", + "lastModified": 1736508663, + "narHash": "sha256-ZOaGwa+WnB7Zn3YXimqjmIugAnHePdXCmNu+AHkq808=", "owner": "nix-community", "repo": "home-manager", - "rev": "15151bb5e7d6e352247ecaeeeefc34d0f306b287", + "rev": "2532b500c3ed2b8940e831039dcec5a5ea093afc", "type": "github" }, "original": { @@ -115,11 +115,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1733749988, - "narHash": "sha256-+5qdtgXceqhK5ZR1YbP1fAUsweBIrhL38726oIEAtDs=", + "lastModified": 1736241350, + "narHash": "sha256-CHd7yhaDigUuJyDeX0SADbTM9FXfiWaeNyY34FL1wQU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "bc27f0fde01ce4e1bfec1ab122d72b7380278e68", + "rev": "8c9fd3e564728e90829ee7dbac6edc972971cd0f", "type": "github" }, "original": { @@ -147,11 +147,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1733759999, - "narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=", + "lastModified": 1736701207, + "narHash": "sha256-jG/+MvjVY7SlTakzZ2fJ5dC3V1PrKKrUEOEE30jrOKA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56", + "rev": "ed4a395ea001367c1f13d34b1e01aa10290f67d6", "type": "github" }, "original": { @@ -179,11 +179,11 @@ ] }, "locked": { - "lastModified": 1733965552, - "narHash": "sha256-GZ4YtqkfyTjJFVCub5yAFWsHknG1nS/zfk7MuHht4Fs=", + "lastModified": 1736515725, + "narHash": "sha256-4P99yL8vGehwzytkpP87eklBePt6aqeEC5JFsIzhfUs=", "owner": "Mic92", "repo": "sops-nix", - "rev": "2d73fc6ac4eba4b9a83d3cb8275096fbb7ab4004", + "rev": "f214c1b76c347a4e9c8fb68c73d4293a6820d125", "type": "github" }, "original": { diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index 8d69e11..50e3edd 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -52,11 +52,11 @@ in tap-to-click = 1; }; - sensitivity = 0.1; + sensitivity = 0.25; }; general = { - gaps_in = 5; + gaps_in = 3; gaps_out = 5; border_size = 2; "col.active_border" = "rgba(5faaffee) rgba(5faaffee) 45deg"; @@ -172,8 +172,8 @@ in "$mainMod SHIFT, k, movewindow, u" "$mainMod SHIFT, j, movewindow, d" - "$mainMod SHIFT, t, exec, kitty --start-as=fullscreen -o 'font_size=18' --title all_is_kitty" - "ALT, RETURN, exec, kitty --title fly_is_kitty" + "$mainMod SHIFT, t, exec, alacritty --start-as=fullscreen -o 'font_size=18' --title all_is_kitty" + "ALT, RETURN, exec, alacritty --title fly_is_kitty" "$mainMod, RETURN, exec, alacritty" "$mainMod, C, killactive" @@ -188,7 +188,7 @@ in # Screen shot "$mainMod, S, exec, hyprctl keyword animation 'fadeOut,0,0,default'; grimshot --notify copy active; hyprctl keyword animation 'fadeOut,1,4,default'" - "$mainMod SHIFT, S, exec, grimshot savecopy area - | swappy -f - -o ~/Photos/screenshot-$(date +'%d-%m-%Y_%H:%M').png" + "$mainMod SHIFT, S, exec, grimshot savecopy area - | swappy -f - -o ~/Photos/screenshots/screenshot-$(date +'%d-%m-%Y_%H%M').png" # Screen recorder "$mainMod SHIFT, R, exec, wf-recorder -a -f ~/Video/recording.mkv & notify-send 'Recordering Started' -i -u -A '^C ,stop' -t 0 -i ~/icons/rec-button.png" diff --git a/home/nomad/unkown.nix b/home/nomad/unkown.nix index c5092b0..7548749 100644 --- a/home/nomad/unkown.nix +++ b/home/nomad/unkown.nix @@ -33,18 +33,18 @@ wayland.windowManager.hyprland = { settings = { monitor = [ - "eDP-1,2560x1600@60,0x0,1.25" - "DP-2,1920x1080@60,auto,1,mirror,eDP-1" + "DP-1,highres,auto,1" + "eDP-1,2560x1600@60,0x0,1.25,mirror,DP-1" ]; workspace = [ - "1, monitor:eDP-1, default:true" - "2, monitor:eDP-1" - "3, monitor:eDP-1" - "4, monitor:eDP-1" - "5, monitor:eDP-1" - "6, monitor:eDP-1" - "7, monitor:eDP-1" + # "1, monitor:DP-1, default:true" + # "2, monitor:DP-1" + # "3, monitor:DP-1" + # "4, monitor:DP-1" + # "5, monitor:DP-1" + # "6, monitor:DP-1" + # "7, monitor:DP-1" ]; }; }; diff --git a/home/nomad/unkown/home.nix b/home/nomad/unkown/home.nix index 6930748..0ab0f82 100644 --- a/home/nomad/unkown/home.nix +++ b/home/nomad/unkown/home.nix @@ -24,7 +24,7 @@ vlc amberol webcord - bottles + #bottles #cava ryujinx mullvad-vpn diff --git a/hosts/unkown/configuration.nix b/hosts/unkown/configuration.nix index f8a8d30..b5a637a 100644 --- a/hosts/unkown/configuration.nix +++ b/hosts/unkown/configuration.nix @@ -66,13 +66,13 @@ networking.hostName = "${hostname}"; # Enable networking networking.networkmanager.enable = true; - + services.avahi = { + enable = true; + nssmdns4 = true; + }; #Hosts networking.extraHosts = '' - 10.10.11.45 vintage.htb DC01.vintage.htb - 10.10.11.25 greenhorn.htb - 10.10.11.31 infiltrator.htb - 10.10.11.32 sightless.htb + 192.168.0.200 rancher.local ''; # Bluethooth @@ -116,7 +116,7 @@ services.xserver = { exportConfiguration = true; # link /usr/share/X11/ properly xkb.layout = "us,ara"; - xkb.options = "grp:alt_shift_toggle"; + xkb.options = "grp:alt_shift_toggle,ctrl:swapcaps"; xkb.variant = "qwerty_digits"; }; @@ -137,6 +137,7 @@ neovim git zsh + nssmdns ]; #Firewall