diff --git a/entropy/borg_exclude b/entropy/borg_exclude
new file mode 100644
index 0000000..b3e1b30
--- /dev/null
+++ b/entropy/borg_exclude
@@ -0,0 +1,9 @@
+/sys
+/proc
+/nix
+/home/felix/mnt
+/home/felix/.cargo/registry
+/home/*/.cache
+/home/*/.stack
+/home/**/.stack_work
+/home/felix/VirtualBox VMs/
diff --git a/entropy/dunst/dunstrc b/entropy/dunst/dunstrc
index 541220c..567c8d5 100644
--- a/entropy/dunst/dunstrc
+++ b/entropy/dunst/dunstrc
@@ -1,3 +1,5 @@
+# See dunst(5) for all configuration options
+
[global]
### Display ###
@@ -17,40 +19,66 @@
# will be ignored.
follow = mouse
- # The geometry of the window:
- # [{width}]x{height}[+/-{x}+/-{y}]
- # The geometry of the message window.
- # The height is measured in number of notifications everything else
- # in pixels. If the width is omitted but the height is given
- # ("-geometry x2"), the message window expands over the whole screen
- # (dmenu-like). If width is 0, the window expands to the longest
- # message displayed. A positive x is measured from the left, a
- # negative from the right side of the screen. Y is measured from
- # the top and down respectively.
- # The width can be negative. In this case the actual width is the
- # screen width minus the width defined in within the geometry option.
- geometry = "600x5-30+20"
+ ### Geometry ###
- # Show how many messages are currently hidden (because of geometry).
+ # dynamic width from 0 to 300
+ # width = (0, 300)
+ # constant width of 300
+ width = (300, 450)
+
+ # The maximum height of a single notification, excluding the frame.
+ height = 300
+
+ # Position the notification in the top right corner
+ origin = top-right
+
+ # Offset from the origin
+ offset = 20x20
+
+ # Scale factor. It is auto-detected if value is 0.
+ scale = 0
+
+ # Maximum number of notification (0 means no limit)
+ notification_limit = 20
+
+ ### Progress bar ###
+
+ # Turn on the progress bar. It appears when a progress hint is passed with
+ # for example dunstify -h int:value:12
+ progress_bar = true
+
+ # Set the progress bar height. This includes the frame, so make sure
+ # it's at least twice as big as the frame width.
+ progress_bar_height = 10
+
+ # Set the frame width of the progress bar
+ progress_bar_frame_width = 0
+
+ # Set the minimum width for the progress bar
+ progress_bar_min_width = 125
+
+ # Set the maximum width for the progress bar
+ progress_bar_max_width = 250
+
+ # Corner radius for the progress bar. 0 disables rounded corners.
+ progress_bar_corner_radius = 4
+
+ # Corner radius for the icon image.
+ icon_corner_radius = 10
+
+ # Show how many messages are currently hidden (because of
+ # notification_limit).
indicate_hidden = yes
- # Shrink window if it's smaller than the width. Will be ignored if
- # width is 0.
- shrink = no
-
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
- # present (e.g. xcompmgr, compiz, etc.).
- transparency = 0
-
- # The height of the entire notification. If the height is smaller
- # than the font height and padding combined, it will be raised
- # to the font height and padding.
- notification_height = 0
+ # present (e.g. xcompmgr, compiz, etc.). (X11 only)
+ transparency = 10
# Draw a line of "separator_height" pixel height between two
# notifications.
# Set to 0 to disable.
+ # If gap_size is greater than 0, this setting will be ignored.
separator_height = 2
# Padding between text and separator.
@@ -59,12 +87,21 @@
# Horizontal padding.
horizontal_padding = 8
+ # Padding between text and icon.
+ text_icon_padding = 10
+
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
- frame_width = 3
+ frame_width = 5
# Defines color of the frame around the notification window.
- frame_color = "#aaaaaa"
+ #frame_color = "#eba0ac"
+
+ # Size of gap to display between notifications - requires a compositor.
+ # If value is greater than 0, separator_height will be ignored and a border
+ # of size frame_width will be drawn around each notification instead.
+ # Click events on gaps do not currently propagate to applications below.
+ gap_size = 5
# Define a color for the separator.
# possible values are:
@@ -72,7 +109,7 @@
# * foreground: use the same color as the foreground;
# * frame: use the same color as the frame;
# * anything else will be interpreted as a X color.
- separator_color = frame
+ separator_color = auto
# Sort messages by urgency.
sort = yes
@@ -82,15 +119,16 @@
# Set to 0 to disable.
# A client can set the 'transient' hint to bypass this. See the rules
# section for how to disable this if necessary
- idle_threshold = 120
+ # idle_threshold = 120
### Text ###
- font = Monospace 8
+ font = Iosevka Medium 9
+ # font = mononoki Nerd Font 8
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
- line_height = 0
+ line_height = 3
# Possible values are:
# full: Allow a small subset of html markup in notifications:
@@ -100,7 +138,7 @@
# underline
#
# For a complete reference see
- # .
+ # .
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
@@ -126,7 +164,7 @@
# %n progress value if set without any extra characters
# %% Literal %
# Markup is allowed
- format = "%s\n%b"
+ format = "%s\n%b"
# Alignment of message text.
# Possible values are "left", "center" and "right".
@@ -141,11 +179,7 @@
# Set to -1 to disable.
show_age_threshold = 60
- # Split notifications into multiple lines if they don't fit into
- # geometry.
- word_wrap = yes
-
- # When word_wrap is set to no, specify where to make an ellipsis in long lines.
+ # Specify where to make an ellipsis in long lines.
# Possible values are "start", "middle" and "end".
ellipsize = middle
@@ -163,19 +197,28 @@
### Icons ###
- # Align icons left/right/off
+ # Recursive icon lookup. You can set a single theme, instead of having to
+ # define all lookup paths.
+ enable_recursive_icon_lookup = true
+
+ # Set icon theme (only used for recursive icon lookup)
+ #icon_theme = Adwaita
+ # You can also set multiple icon themes, with the leftmost one being used first.
+ icon_theme = "Tela-circle-dracula"
+
+ # Align icons left/right/top/off
icon_position = left
# Scale small icons up to this size, set to 0 to disable. Helpful
# for e.g. small files or high-dpi screens. In case of conflict,
# max_icon_size takes precedence over this.
- min_icon_size = 0
+ min_icon_size = 32
# Scale larger icons down to this size, set to 0 to disable
- max_icon_size = 32
+ max_icon_size = 128
- # Paths to default icons.
- icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+ # Paths to default icons (only necessary when not using recursive icon lookup)
+ # icon_path = $HOME/.icons/Tela-circle-dracula/16/actions:$HOME/.icons/Tela-circle-dracula/16/apps:$HOME/.icons/Tela-circle-dracula/16/devices:$HOME/.icons/Tela-circle-dracula/16/mimetypes:$HOME/.icons/Tela-circle-dracula/16/panel:$HOME/.icons/Tela-circle-dracula/16/places:$HOME/.icons/Tela-circle-dracula/16/status
### History ###
@@ -189,10 +232,11 @@
### Misc/Advanced ###
# dmenu path.
- dmenu = /run/current-system/sw/bin/dmenu -p dunst:
+ dmenu = wofi -dmenu -p dunst:
+ # dmenu = /usr/bin/rofi -config "$HOME/.config/rofi/notification.rasi" -dmenu -p dunst:
# Browser for opening urls in context menu.
- browser = /run/current-system/sw/bin/firefox -new-tab
+ browser = xdg-open
# Always run rule-defined scripts, even if the notification is suppressed
always_run_script = true
@@ -203,33 +247,29 @@
# Define the class of the windows spawned by dunst
class = Dunst
- # Print a notification on startup.
- # This is mainly for error detection, since dbus (re-)starts dunst
- # automatically after a crash.
- startup_notification = false
-
- # Manage dunst's desire for talking
- # Can be one of the following values:
- # crit: Critical features. Dunst aborts
- # warn: Only non-fatal warnings
- # mesg: Important Messages
- # info: all unimportant stuff
- # debug: all less than unimportant stuff
- verbosity = mesg
-
# Define the corner radius of the notification window
# in pixel size. If the radius is 0, you have no rounded
# corners.
# The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons.
- corner_radius = 0
+ corner_radius = 10
# Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this
- # parameter, an application may close the notification sent before the
+ # parameter, an application may close the notification sent before the
# user defined timeout.
ignore_dbusclose = false
+ ### Wayland ###
+ # These settings are Wayland-specific. They have no effect when using X11
+
+ # Uncomment this if you want to let notifications appear under fullscreen
+ # applications (default: overlay)
+ # layer = top
+
+ # Set this to true to use X11 output on Wayland.
+ force_xwayland = false
+
### Legacy
# Use the Xinerama extension instead of RandR for multi-monitor support.
@@ -247,18 +287,22 @@
# Defines list of actions for each mouse event
# Possible values are:
# * none: Don't do anything.
- # * do_action: If the notification has exactly one action, or one is marked as default,
- # invoke it. If there are multiple and no default, open the context menu.
+ # * do_action: Invoke the action determined by the action_name rule. If there is no
+ # such action, open the context menu.
+ # * open_url: If the notification has exactly one url, open it. If there are multiple
+ # ones, open the context menu.
# * close_current: Close current notification.
# * close_all: Close all notifications.
+ # * context: Open context menu for the notification.
+ # * context_all: Open context menu for all notifications.
# These values can be strung together for each mouse event, and
# will be executed in sequence.
- mouse_left_click = close_current
+ mouse_left_click = context, close_current
mouse_middle_click = do_action, close_current
mouse_right_click = close_all
# Experimental features that may or may not work correctly. Do not expect them
-# to have a consistent behaviour across releases.
+# to have a consistent behavior across releases.
[experimental]
# Calculate the dpi to use on a per-monitor basis.
# If this setting is enabled the Xft.dpi value will be ignored and instead
@@ -267,52 +311,6 @@
# where there are multiple screens with very different dpi values.
per_monitor_dpi = false
-[shortcuts]
-
- # Shortcuts are specified as [modifier+][modifier+]...key
- # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
- # "mod3" and "mod4" (windows-key).
- # Xev might be helpful to find names for keys.
-
- # Close notification.
- close = ctrl+space
-
- # Close all notifications.
- close_all = ctrl+shift+space
-
- # Redisplay last message(s).
- # On the US keyboard layout "grave" is normally above TAB and left
- # of "1". Make sure this key actually exists on your keyboard layout,
- # e.g. check output of 'xmodmap -pke'
- history = ctrl+grave
-
- # Context menu.
- context = ctrl+shift+period
-
-[urgency_low]
- # IMPORTANT: colors have to be defined in quotation marks.
- # Otherwise the "#" and following would be interpreted as a comment.
- background = "#222222"
- foreground = "#888888"
- timeout = 10
- # Icon for notifications with low urgency, uncomment to enable
- #icon = /path/to/icon
-
-[urgency_normal]
- background = "#285577"
- foreground = "#ffffff"
- timeout = 10
- # Icon for notifications with normal urgency, uncomment to enable
- #icon = /path/to/icon
-
-[urgency_critical]
- background = "#900000"
- foreground = "#ffffff"
- frame_color = "#ff0000"
- timeout = 0
- # Icon for notifications with critical urgency, uncomment to enable
- #icon = /path/to/icon
-
# Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages.
#
@@ -336,10 +334,19 @@
# new_icon
# set_stack_tag
# set_transient
+# set_category
# timeout
# urgency
+# icon_position
+# skip_display
+# history_ignore
+# action_name
+# word_wrap
+# ellipsize
+# alignment
+# hide_text
#
-# Shell-like globbing will get expanded.
+# Shell-like globing will get expanded.
#
# Instead of the appname filter, it's recommended to use the desktop_entry filter.
# GLib based applications export their desktop-entry name. In comparison to the appname,
@@ -352,8 +359,6 @@
# script appname summary body icon urgency
# where urgency can be "LOW", "NORMAL" or "CRITICAL".
#
-# NOTE: if you don't want a notification to be displayed, set the format
-# to "".
# NOTE: It might be helpful to run dunst -print in a terminal in order
# to find fitting options for rules.
@@ -392,7 +397,7 @@
#[ignore]
# # This notification will not be displayed
# summary = "foobar"
-# format = ""
+# skip_display = true
#[history-ignore]
# # This notification will not be saved in history
@@ -429,3 +434,32 @@
# set_stack_tag = "volume"
#
# vim: ft=cfg
+
+[Type-1]
+ appname = "t1"
+ format = "%s"
+
+[Type-2]
+ appname = "t2"
+ format = "%s\n%b"
+
+[urgency_critical]
+ background = "#f5e0dc"
+ foreground = "#1e1e2e"
+ frame_color = "#f38ba8"
+ icon = "$HOME/.config/dunst/icons/critical.svg"
+ timeout = 0
+
+[urgency_low]
+ background = "#6591A380"
+ foreground = "#CCF0FFE6"
+ frame_color = "#6591A303"
+ icon = "$HOME/.config/dunst/icons/hyprdots.svg"
+ timeout = 5
+
+[urgency_normal]
+ background = "#3A4A6B80"
+ foreground = "#CCDDFFE6"
+ frame_color = "#3A4A6B03"
+ icon = "$HOME/.config/dunst/icons/hyprdots.svg"
+ timeout = 5
diff --git a/entropy/dunst/icons/arch.svg b/entropy/dunst/icons/arch.svg
new file mode 100644
index 0000000..5820a24
--- /dev/null
+++ b/entropy/dunst/icons/arch.svg
@@ -0,0 +1,129 @@
+
+
+
+
diff --git a/entropy/dunst/icons/critical.svg b/entropy/dunst/icons/critical.svg
new file mode 100644
index 0000000..64379d1
--- /dev/null
+++ b/entropy/dunst/icons/critical.svg
@@ -0,0 +1,47 @@
+
+
+
+
diff --git a/entropy/dunst/icons/hyprdots.png b/entropy/dunst/icons/hyprdots.png
new file mode 100644
index 0000000..2886bd6
Binary files /dev/null and b/entropy/dunst/icons/hyprdots.png differ
diff --git a/entropy/dunst/icons/hyprdots.svg b/entropy/dunst/icons/hyprdots.svg
new file mode 100644
index 0000000..f0d4fdd
--- /dev/null
+++ b/entropy/dunst/icons/hyprdots.svg
@@ -0,0 +1,192 @@
+
+
diff --git a/entropy/dunst/icons/keyboard.svg b/entropy/dunst/icons/keyboard.svg
new file mode 100644
index 0000000..35dab29
--- /dev/null
+++ b/entropy/dunst/icons/keyboard.svg
@@ -0,0 +1,105 @@
+
+
diff --git a/entropy/dunst/icons/vol/muted-mic.svg b/entropy/dunst/icons/vol/muted-mic.svg
new file mode 100644
index 0000000..b0d0e36
--- /dev/null
+++ b/entropy/dunst/icons/vol/muted-mic.svg
@@ -0,0 +1,11 @@
+
+
+
\ No newline at end of file
diff --git a/entropy/dunst/icons/vol/muted-speaker.svg b/entropy/dunst/icons/vol/muted-speaker.svg
new file mode 100644
index 0000000..49119fc
--- /dev/null
+++ b/entropy/dunst/icons/vol/muted-speaker.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/entropy/dunst/icons/vol/unmuted-mic.svg b/entropy/dunst/icons/vol/unmuted-mic.svg
new file mode 100644
index 0000000..904908f
--- /dev/null
+++ b/entropy/dunst/icons/vol/unmuted-mic.svg
@@ -0,0 +1,11 @@
+
+
+
\ No newline at end of file
diff --git a/entropy/dunst/icons/vol/unmuted-speaker.svg b/entropy/dunst/icons/vol/unmuted-speaker.svg
new file mode 100644
index 0000000..e003d3f
--- /dev/null
+++ b/entropy/dunst/icons/vol/unmuted-speaker.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/entropy/dunst/icons/vol/vol-0.svg b/entropy/dunst/icons/vol/vol-0.svg
new file mode 100644
index 0000000..6535e5e
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-0.svg
@@ -0,0 +1,82 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-10.svg b/entropy/dunst/icons/vol/vol-10.svg
new file mode 100644
index 0000000..823dee3
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-10.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-100.svg b/entropy/dunst/icons/vol/vol-100.svg
new file mode 100644
index 0000000..bff61a4
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-100.svg
@@ -0,0 +1,82 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-15.svg b/entropy/dunst/icons/vol/vol-15.svg
new file mode 100644
index 0000000..b96bd5c
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-15.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-20.svg b/entropy/dunst/icons/vol/vol-20.svg
new file mode 100644
index 0000000..fe81cf4
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-20.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-25.svg b/entropy/dunst/icons/vol/vol-25.svg
new file mode 100644
index 0000000..bd4dab9
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-25.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-30.svg b/entropy/dunst/icons/vol/vol-30.svg
new file mode 100644
index 0000000..9225f42
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-30.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-35.svg b/entropy/dunst/icons/vol/vol-35.svg
new file mode 100644
index 0000000..211050c
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-35.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-40.svg b/entropy/dunst/icons/vol/vol-40.svg
new file mode 100644
index 0000000..6ef2e3d
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-40.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-45.svg b/entropy/dunst/icons/vol/vol-45.svg
new file mode 100644
index 0000000..bee965f
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-45.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-5.svg b/entropy/dunst/icons/vol/vol-5.svg
new file mode 100644
index 0000000..5ad7f09
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-5.svg
@@ -0,0 +1,84 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-50.svg b/entropy/dunst/icons/vol/vol-50.svg
new file mode 100644
index 0000000..22d967c
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-50.svg
@@ -0,0 +1,84 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-55.svg b/entropy/dunst/icons/vol/vol-55.svg
new file mode 100644
index 0000000..6868c5e
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-55.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-60.svg b/entropy/dunst/icons/vol/vol-60.svg
new file mode 100644
index 0000000..2db27ec
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-60.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-65.svg b/entropy/dunst/icons/vol/vol-65.svg
new file mode 100644
index 0000000..78b6404
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-65.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-70.svg b/entropy/dunst/icons/vol/vol-70.svg
new file mode 100644
index 0000000..8534bcb
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-70.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-75.svg b/entropy/dunst/icons/vol/vol-75.svg
new file mode 100644
index 0000000..56bc16c
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-75.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-80.svg b/entropy/dunst/icons/vol/vol-80.svg
new file mode 100644
index 0000000..b893b57
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-80.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-85.svg b/entropy/dunst/icons/vol/vol-85.svg
new file mode 100644
index 0000000..8bca371
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-85.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-90.svg b/entropy/dunst/icons/vol/vol-90.svg
new file mode 100644
index 0000000..2d4d648
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-90.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/dunst/icons/vol/vol-95.svg b/entropy/dunst/icons/vol/vol-95.svg
new file mode 100644
index 0000000..d9a7903
--- /dev/null
+++ b/entropy/dunst/icons/vol/vol-95.svg
@@ -0,0 +1,85 @@
+
+
+
+
diff --git a/entropy/nixos/configuration.nix b/entropy/nixos/configuration.nix
index 6863d80..6107709 100644
--- a/entropy/nixos/configuration.nix
+++ b/entropy/nixos/configuration.nix
@@ -63,13 +63,14 @@
# };
# ------------ kernel -------------------------------------------------------
- boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_10;
+ boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_11;
services.fwupd.enable = true;
# ------------ time, location & input ---------------------------------------
# Set your time zone.
- time.timeZone = "Europe/Berlin"; # "US/Pacific";
+ # time.timeZone = "Europe/Berlin"; # "US/Pacific";
+ time.timeZone = "America/New_York";
# geoclue2 does not yield a location at home, so I'll make the manual configuration the default
# location.provider = "geoclue2";
location.provider = "manual";
@@ -297,6 +298,7 @@
## terminal, browsers, text editing, note taking
alacritty
wezterm
+ nautilus
# TODO(feliix42): Fix at some point!
# unstable.vscode.fhs
tree-sitter # for NVIM completions
@@ -326,6 +328,7 @@
mpv
ffmpeg-full
musikcube
+ playerctl
## messenger
slack
tdesktop
diff --git a/entropy/nixos/flake.lock b/entropy/nixos/flake.lock
index ba8503a..cdfb287 100644
--- a/entropy/nixos/flake.lock
+++ b/entropy/nixos/flake.lock
@@ -21,11 +21,11 @@
},
"nixos-hardware": {
"locked": {
- "lastModified": 1727665282,
- "narHash": "sha256-oKtfbQB1MBypqIyzkC8QCQcVGOa1soaXaGgcBIoh14o=",
+ "lastModified": 1729624485,
+ "narHash": "sha256-iEffyT68tEU5kHQuyP05QRH+JhWNNLAwHfgZAzXFS7o=",
"owner": "NixOS",
"repo": "nixos-hardware",
- "rev": "11c43c830e533dad1be527ecce379fcf994fbbb5",
+ "rev": "22e8de2729f40d29a445c8baeaf22740b8b25daf",
"type": "github"
},
"original": {
@@ -52,11 +52,11 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1727348695,
- "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
+ "lastModified": 1729413321,
+ "narHash": "sha256-I4tuhRpZFa6Fu6dcH9Dlo5LlH17peT79vx1y1SpeKt0=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
+ "rev": "1997e4aa514312c1af7e2bda7fad1644e778ff26",
"type": "github"
},
"original": {
@@ -75,11 +75,11 @@
},
"unstable": {
"locked": {
- "lastModified": 1727348695,
- "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
+ "lastModified": 1729413321,
+ "narHash": "sha256-I4tuhRpZFa6Fu6dcH9Dlo5LlH17peT79vx1y1SpeKt0=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
+ "rev": "1997e4aa514312c1af7e2bda7fad1644e778ff26",
"type": "github"
},
"original": {
diff --git a/entropy/nixos/modules/audio.nix b/entropy/nixos/modules/audio.nix
index 08b7bed..d9181c7 100644
--- a/entropy/nixos/modules/audio.nix
+++ b/entropy/nixos/modules/audio.nix
@@ -23,10 +23,15 @@
wireplumber.extraConfig."10-bluez" = {
"monitor.bluez.properties" = {
+
"bluez5.enable-sbc-xq" = true;
"bluez5.enable-msbc" = true;
"bluez5.enable-hw-volume" = true;
"bluez5.roles" = [
+ "a2dp_sink"
+ "a2dp_source"
+ "bap_sink"
+ "bap_source"
"hsp_hs"
"hsp_ag"
"hfp_hf"
diff --git a/entropy/nixos/modules/sway.nix b/entropy/nixos/modules/sway.nix
index ad875a6..01bcf9a 100644
--- a/entropy/nixos/modules/sway.nix
+++ b/entropy/nixos/modules/sway.nix
@@ -88,6 +88,18 @@ in
programs.waybar.enable = true;
programs.xwayland.enable = true; # for legacy apps
+ # Hyprland! Experimental
+ programs.hyprland = {
+ enable = true;
+ };
+
+ environment.systemPackages = with pkgs; [
+ kitty
+ dunst
+ tela-circle-icon-theme
+ eww
+ ];
+
services.redshift = {
enable = true;
package = pkgs.gammastep;
@@ -110,9 +122,12 @@ in
};
environment.etc."greetd/environments".text = ''
- ${pkgs.sway}/bin/sway
+ Hyprland
sway
startplasma-wayland
+ fish
+ ${pkgs.sway}/bin/sway
+ ${pkgs.hyprland}/bin/Hyprland
${pkgs.fish}/bin/fish
'';
# ${pkgs.xorg.xinit}/bin/startx