Skip to content

Commit

Permalink
Add a sticky notes application.
Browse files Browse the repository at this point in the history
The app can display them either in line or they can be arranged as a
series of "postits" on the screen. It has very basic functionality but
it fits the bill.

Signed-off-by: Brian McGillion <[email protected]>
  • Loading branch information
brianmcgillion committed Sep 24, 2024
1 parent 5fa5f5f commit 6c9f6cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/common/services/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@ in
icon = "${pkgs.gnome-calculator}/share/icons/hicolor/scalable/apps/org.gnome.Calculator.svg";
}

{
name = "Sticky-Notes";
description = "Note-Taking Application for quick TODO items";
path = "${pkgs.sticky-notes}/bin/com.vixalien.sticky";
icon = "${pkgs.sticky-notes}/share/icons/hicolor/scalable/apps/com.vixalien.sticky.svg";
}

{
name = "Network Settings";
description = "Manage Network & Wi-Fi Settings";
Expand Down
1 change: 1 addition & 0 deletions modules/microvm/virtualization/microvm/guivm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ let
pkgs.waypipe
pkgs.networkmanagerapplet
pkgs.gnome-calculator
pkgs.sticky-notes
])
++ [
pkgs.nm-launcher
Expand Down

0 comments on commit 6c9f6cf

Please sign in to comment.