Add obsidian to thinkpad
This commit is contained in:
parent
edbc764b96
commit
5a89fb2ba7
3 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ config, pkgs, firefox-addons, plasma-manager, ... }:
|
||||
|
||||
{
|
||||
# Allow unfree packages in home-manager
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Import the common NixOS home configuration
|
||||
imports = [
|
||||
../home-default.nix
|
||||
|
|
@ -25,5 +28,6 @@
|
|||
home.packages = with pkgs; [
|
||||
texlive.combined.scheme-full
|
||||
keepassxc
|
||||
obsidian
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -291,7 +291,7 @@
|
|||
# Enable experimental features
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# Allow unfree packages (needed for NVIDIA drivers)
|
||||
# Allow unfree packages (needed for NVIDIA drivers and Obsidian)
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Laptop-specific services
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@
|
|||
launchers = [
|
||||
"applications:org.kde.dolphin.desktop"
|
||||
"applications:firefox.desktop"
|
||||
"applications:obsidian.desktop"
|
||||
"applications:org.kde.konsole.desktop"
|
||||
"applications:org.keepassxc.KeePassXC.desktop"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue