diff --git a/home/programs/shell/tmux.nix b/home/programs/shell/tmux.nix index a9a7815..6f046bf 100644 --- a/home/programs/shell/tmux.nix +++ b/home/programs/shell/tmux.nix @@ -55,7 +55,7 @@ in { plugins = with pkgs; [ tmuxPlugins.vim-tmux-navigator - tmuxPlugins.resurrect + # tmuxPlugins.resurrect tmuxPlugins.sensible # tmuxPlugins.tokyo-night-tmux ]; diff --git a/home/system/hyprpanel/default.nix b/home/system/hyprpanel/default.nix index e23e1ac..376c00d 100644 --- a/home/system/hyprpanel/default.nix +++ b/home/system/hyprpanel/default.nix @@ -52,6 +52,7 @@ in { bar.clock.format = "%a, %d %b %H:%M"; bar.customModules.hypridle.label = false; bar.customModules.hyprsunset.label = false; + bar.customModules.hyprsunset.temperature = "4500k"; bar.launcher.icon = ""; bar.media.show_active_only = true; bar.network.label = false; diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 2ffc962..c217f57 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -34,6 +34,8 @@ networking.hosts = { "192.168.122.52" = [ "websiteku.lokal" ]; "127.0.0.1" = [ "dimensi.lokal" ]; + # "43.239.205.20" = [ "dimensi.my" ]; + # "103.106.6.124" = [ "dimensi.my" ]; }; # Don't touch this diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 9676adc..903ad13 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -42,9 +42,9 @@ targets.gtk.flatpakSupport.enable = false; iconTheme = { enable = true; - package = pkgs.tela-icon-theme; - dark = "Tela-dark"; - light = "Tela-light"; + package = pkgs.qogir-icon-theme; + dark = "Qogir-dark"; + light = "Qogir"; }; }; @@ -55,11 +55,11 @@ packages = with pkgs; [ # Apps mpv # Video player - pcmanfm - xarchiver + # pcmanfm + # xarchiver # Dev - go + # go nodejs (python3.withPackages (ps: with ps; [ @@ -123,12 +123,11 @@ gimp sqlitebrowser sqlite - emacs29-pgtk + # emacs29-pgtk zotero_7 chromium remmina # inputs.zen-browser.packages."${pkgs.system}" - marimo ]; # Import my profile picture, used by the hyprpanel dashboard