aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-05-01 17:09:51 +0900
committersefidel <contact@sefidel.net>2022-05-01 17:09:51 +0900
commitf968bc057ea300103d6ca42f6f55b1e4e7cea8ac (patch)
tree2714a02d06c30453988a1399b2adba27f6d582e6 /home
parentde86a519f672262b4ee0cb6cf4a2354766f1bc8f (diff)
downloadnixrc-f968bc057ea300103d6ca42f6f55b1e4e7cea8ac.zip
chore: note taking
Diffstat (limited to 'home')
-rw-r--r--home/profiles/base/default.nix4
-rw-r--r--home/profiles/research/default.nix3
2 files changed, 4 insertions, 3 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 524f602..082e205 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -4,7 +4,7 @@ let
neotheme = config.neotheme;
- inherit (self.packages.x86_64-linux) neovim;
+ inherit (self.packages.x86_64-linux) athens neovim;
in
{
imports = [
@@ -65,6 +65,7 @@ in
home.keyboard.layout = "us";
home.packages = [
# Sway
+ athens
pkgs.autotiling
pkgs.swaylock-effects
pkgs.swaybg
@@ -79,6 +80,7 @@ in
pkgs.xdg_utils
# Nix Tools
+ pkgs.nix-index
pkgs.nix-tree
pkgs.nix-top
pkgs.nix-update
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix
index 087b995..8069577 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -53,9 +53,8 @@ in
pkgs.texlive.combined.scheme-small
pkgs.pandoc
pkgs.obsidian
- pkgs.notion-app-enhanced
];
- nixpkgs.allowedUnfree = [ "notion-app-enhanced-v2.0.18" ];
+ nixpkgs.allowedUnfree = [ "obsidian" ];
};
}