mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 18:30:46 +02:00
Miscellanious stuff
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
../../modules/home-manager/librewolf.nix # privacy browser
|
../../modules/home-manager/librewolf.nix # privacy browser
|
||||||
../../modules/home-manager/cursor.nix # cursor (the icon not the app)
|
../../modules/home-manager/cursor.nix # cursor (the icon not the app)
|
||||||
../../modules/home-manager/ripgrep.nix # better grep
|
../../modules/home-manager/ripgrep.nix # better grep
|
||||||
|
../../modules/home-manager/obsidian.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
#programs.nixvim = {
|
#programs.nixvim = {
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
programs.obsidian = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -34,7 +34,7 @@ with quickshell:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
maybe write some notification center
|
maybe write some notification center -- done. needs some style
|
||||||
|
|
||||||
battery dashboard https://www.reddit.com/r/hyprland/comments/1rkiajd/a_beautiful_battery_system_dashboard_on_hyprland/
|
battery dashboard https://www.reddit.com/r/hyprland/comments/1rkiajd/a_beautiful_battery_system_dashboard_on_hyprland/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user