diff --git a/home.nix b/home.nix index 42abe7f..deec85d 100644 --- a/home.nix +++ b/home.nix @@ -30,20 +30,20 @@ in # Install packages home.packages = with pkgs; [ gcc tree-sitter ] ++ # Basic dev tools + [ kak-lsp marksman ] ++ # Language servers [ texliveFull ] ++ # Typesetting (with ocamlPackages; [ ocaml opam dune_3 dune-release merlin ocaml-lsp odoc ocamlformat utop ]) ++ # OCaml [ python3 ] ++ # I guess..... [ julia ] ++ # Julia [ nil ] ++ # Nix tools [ grim slurp wl-clipboard jq (callPackage ./pkgs/xdg-terminal-exec/xdg-terminal-exec.nix {}) blueman ] ++ # Basic utilities - [ bitwarden-cli ] ++ # Personalized selection of command-line (CLI/TUI) apps + [ bitwarden-cli htop ] ++ # Personalized selection of command-line (CLI/TUI) apps [ terminal ] ++ # Terminal emulator - [ firefox cinnamon.nemo gnome.file-roller cinnamon.nemo-fileroller imv vlc pavucontrol ] ++ # Basic graphical apps - [ libreoffice signal-desktop element-desktop prismlauncher mumble gimp inkscape deluge-gtk ] ++ # Personalized selection of graphical apps + [ firefox cinnamon.nemo gnome.file-roller cinnamon.nemo-fileroller evince imv vlc pavucontrol ] ++ # Basic graphical apps + [ libreoffice signal-desktop element-desktop prismlauncher mumble gimp inkscape deluge-gtk shotwell lorien ] ++ # Personalized selection of graphical apps [ (callPackage ./pkgs/mons/mons.nix {}) ] ++ # Games [ swaybg bemenu j4-dmenu-desktop fcitx5-with-addons ] ++ # Sway- and Wayland-related packages [ noto-fonts redhat-official-fonts overpass ibm-plex font-awesome ] ++ # Fonts - [ kak-lsp ] ++ # [ papirus-icon-theme ] ++ # Icons # [ vanilla-dmz ] ++ # Cursor [ ] ++ # Temp @@ -128,11 +128,11 @@ in ''; }; - xdg.config."kak-lsp/kak-lsp.toml".source = ./programs/kakoune/kak-lsp.toml; + xdg.configFile."kak-lsp/kak-lsp.toml".source = ./programs/kakoune/kak-lsp.toml; - programs.zathura = { - enable = true; - }; + # programs.zathura = { + # enable = true; + # }; programs.pandoc = { enable = true; diff --git a/scripts/changebrightness.sh b/scripts/changebrightness.sh index 631032b..65c3f4e 100644 --- a/scripts/changebrightness.sh +++ b/scripts/changebrightness.sh @@ -17,7 +17,7 @@ then echo ${thresh[$new]} | tee /sys/class/backlight/amdgpu_bl0/brightness if [[ $? -eq 0 ]] && [[ -f $(which dunstify) ]] then - dunstify -a "changebrightness.sh" -u low -i weather-clear -h string:x-dunst-stack-tag:changebrightness "Brightness: $new" + dunstify -a "changebrightness.sh" -u low -i weather-clear -h string:x-dunst-stack-tag:changebrightness -h string:hlcolor:#ffffff -h int:value:$(($new*10)) "Brightness: $new" fi fi diff --git a/todo b/todo index 3605544..a7e57c6 100644 --- a/todo +++ b/todo @@ -1,10 +1,8 @@ # enable NUR and firefox extensions set up a keyring and store networkmanager wifi passwords in there instead of plain text -mute button -i3status bar -bluetooth setup media player daemon dmenu files notifications timeout and other assorted settings add pandoc support for markdown rendering -seconds don't show on waybar lol +configure click behaviour dunst +add task manager