update config
This commit is contained in:
parent
5ac628739e
commit
62c029d3aa
@ -55,7 +55,7 @@ in {
|
|||||||
|
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
tmuxPlugins.vim-tmux-navigator
|
tmuxPlugins.vim-tmux-navigator
|
||||||
tmuxPlugins.resurrect
|
# tmuxPlugins.resurrect
|
||||||
tmuxPlugins.sensible
|
tmuxPlugins.sensible
|
||||||
# tmuxPlugins.tokyo-night-tmux
|
# tmuxPlugins.tokyo-night-tmux
|
||||||
];
|
];
|
||||||
|
|||||||
@ -52,6 +52,7 @@ in {
|
|||||||
bar.clock.format = "%a, %d %b %H:%M";
|
bar.clock.format = "%a, %d %b %H:%M";
|
||||||
bar.customModules.hypridle.label = false;
|
bar.customModules.hypridle.label = false;
|
||||||
bar.customModules.hyprsunset.label = false;
|
bar.customModules.hyprsunset.label = false;
|
||||||
|
bar.customModules.hyprsunset.temperature = "4500k";
|
||||||
bar.launcher.icon = "";
|
bar.launcher.icon = "";
|
||||||
bar.media.show_active_only = true;
|
bar.media.show_active_only = true;
|
||||||
bar.network.label = false;
|
bar.network.label = false;
|
||||||
|
|||||||
@ -34,6 +34,8 @@
|
|||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"192.168.122.52" = [ "websiteku.lokal" ];
|
"192.168.122.52" = [ "websiteku.lokal" ];
|
||||||
"127.0.0.1" = [ "dimensi.lokal" ];
|
"127.0.0.1" = [ "dimensi.lokal" ];
|
||||||
|
# "43.239.205.20" = [ "dimensi.my" ];
|
||||||
|
# "103.106.6.124" = [ "dimensi.my" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Don't touch this
|
# Don't touch this
|
||||||
|
|||||||
@ -42,9 +42,9 @@
|
|||||||
targets.gtk.flatpakSupport.enable = false;
|
targets.gtk.flatpakSupport.enable = false;
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.tela-icon-theme;
|
package = pkgs.qogir-icon-theme;
|
||||||
dark = "Tela-dark";
|
dark = "Qogir-dark";
|
||||||
light = "Tela-light";
|
light = "Qogir";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -55,11 +55,11 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Apps
|
# Apps
|
||||||
mpv # Video player
|
mpv # Video player
|
||||||
pcmanfm
|
# pcmanfm
|
||||||
xarchiver
|
# xarchiver
|
||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
go
|
# go
|
||||||
nodejs
|
nodejs
|
||||||
(python3.withPackages (ps:
|
(python3.withPackages (ps:
|
||||||
with ps; [
|
with ps; [
|
||||||
@ -123,12 +123,11 @@
|
|||||||
gimp
|
gimp
|
||||||
sqlitebrowser
|
sqlitebrowser
|
||||||
sqlite
|
sqlite
|
||||||
emacs29-pgtk
|
# emacs29-pgtk
|
||||||
zotero_7
|
zotero_7
|
||||||
chromium
|
chromium
|
||||||
remmina
|
remmina
|
||||||
# inputs.zen-browser.packages."${pkgs.system}"
|
# inputs.zen-browser.packages."${pkgs.system}"
|
||||||
marimo
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Import my profile picture, used by the hyprpanel dashboard
|
# Import my profile picture, used by the hyprpanel dashboard
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user