Tags

Tags give the ability to mark specific points in history as being important
  • ddubsOS-v1.2.0

    - Add:
      - Version change to v1.2.0
      - Updated `fastfetch` to display `$DDUBSOS` variable
      - LUA configuration to Hyprland done
      - Added flake for `waybar` to resolve workspaces issue
      - Added `hyprshutdown` to fix logout issues
      - Added `wayle` but not wired in yet
      - Added kill to `waybar` and `wapaperd` before logout
        - They were showing up in hyprshutdown menu requiring force kill
        - Hardened `waybar` kill now verify it before logout called
    
    - Add: `synfetch`
    - Modiied `yazi/default.mix` to import `yazi-src`
      - old config was not compatible with current yazi (no surprise)
    - Hyprland 0.55.2
      - Set hyprland `configType = "hyprlang" to fix eval warning
      - Will change to lua when I convert hyprland config
    
    - Updated to the new defaults:
      - gtk.gtk4.theme = null
      - xdg.userDirs.setSessionVariables = false
      - programs.git.signing.format = null
    - Broke up `hyprland.nix`
      - `binds.nix`
      - `WindowRules.nix`
      - `env.nix`
      - `exec-once.nix`
      - `animations.nix`
    - Cleaned up old bindings no longer used
    - Moved `pyprland.conf` to the new location `~/.config/pypr/config.toml`
    - Enabled `discord` and `gtk_transmision_4`
    - Removed plugins from `hyprland.nix`
    - Fixed `SASS` build issue
    
    - Changed version to v1.1.2
    - Updated to NixOS 26.05 (unstable)
      - Had issues with hyprland, and qtwayland
      - Disabled UWSM
      - It sill showed up in Ly login mgr
      - I created a hook to remove that desktop file
    - Never figured out cause of `reboot - no root access` error
      - aliased `reboot` to `systemctl restart`
      - Tried add PAM config from ddubosOS v2.x
      - Didn't resolve issue
    - Moved hyprland pkgs to `hyprland.nix`
      - Also added direct dependencies
        - wpaper, grim, etc
  • ddubsos-v1.1.0

    - Added `nixvim.nix`
      - Changed to `tokyonight` theme (much better)
    - Updated to NixOS v25.11
    - Added `alajandra` formatter to flake.nix
    - Fixed Hyprland render and gesture errors
    - Ran `nix fmt ./`
    - Fixed waybar custom menu
    - Changed to `tokyo-night` SDDM theme
      - `dark sugar` not supported
  • v1.0.0

    bb626575 · Updated flake ·
    - Initial v1.0 release
    - This is forked from the first ZaneyOS
    - It was the start of my NixOS journey
    - It is still a very good NixOS Hyprland configuration
    - Easy to use and maintain
    - Nix colors based Theme switcher amoung its many features
    - This is in Maint mode but I keep it updated
    - When 25.11 becomes stable I will move it to that branch