update config
This commit is contained in:
parent
5ac628739e
commit
62c029d3aa
@ -55,7 +55,7 @@ in {
|
||||
|
||||
plugins = with pkgs; [
|
||||
tmuxPlugins.vim-tmux-navigator
|
||||
tmuxPlugins.resurrect
|
||||
# tmuxPlugins.resurrect
|
||||
tmuxPlugins.sensible
|
||||
# tmuxPlugins.tokyo-night-tmux
|
||||
];
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user