diff --git a/dotfiles b/dotfiles index ffbac0e..ea8b60f 160000 --- a/dotfiles +++ b/dotfiles @@ -1 +1 @@ -Subproject commit ffbac0e7b4a8b3d9e5e059564d79c4337f496c11 +Subproject commit ea8b60f8bc7398661990063b8b723ee2f5a6a924 diff --git a/flake.lock b/flake.lock index 51becfc..b57e22b 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1697323135, - "narHash": "sha256-tlAv11c0NIRTk2IzpFxYknHrveeFXojVyCTAMg749Zg=", + "lastModified": 1700695018, + "narHash": "sha256-MAiPLgBF4GLzSOlhnPCDWkWW5CDx4i7ApIYaR+TwTVg=", "owner": "nix-community", "repo": "home-manager", - "rev": "d4a5076ea8c2c063c45e0165f9f75f69ef583e20", + "rev": "134deb46abd5d0889d913b8509413f6f38b0811e", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1697059129, - "narHash": "sha256-9NJcFF9CEYPvHJ5ckE8kvINvI84SZZ87PvqMbH6pro0=", + "lastModified": 1700390070, + "narHash": "sha256-de9KYi8rSJpqvBfNwscWdalIJXPo8NjdIZcEJum1mH0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5e4c2ada4fcd54b99d56d7bd62f384511a7e2593", + "rev": "e4ad989506ec7d71f7302cc3067abd82730a4beb", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index 58d20ea..12f79c1 100644 --- a/home.nix +++ b/home.nix @@ -27,14 +27,16 @@ networkmanagerapplet nmap nnn - #nodejs + nodejs obsidian pass + polkit_gnome pavucontrol pinentry-qt pulseaudio pv rawtherapee + rpi-imager ripgrep swaybg swaylock diff --git a/hosts/workstation.nix b/hosts/workstation.nix index c4f0ebe..e2442fd 100644 --- a/hosts/workstation.nix +++ b/hosts/workstation.nix @@ -1,6 +1,10 @@ { config, pkgs, ... }: { + nixpkgs.config.permittedInsecurePackages = [ + "zotero-6.0.27" + ]; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; @@ -39,6 +43,9 @@ security.polkit.enable = true; + hardware.bluetooth.enable = true; + services.blueman.enable = true; + # Enable sound with pipewire. sound.enable = true; hardware.pulseaudio.enable = false;