Did you know that it is rather easy to setup a VM to test your NixOs configuration?
# flake.nix
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
SPC | |
SPC: find file | |
, switch buffer | |
. browse files | |
: MX | |
; EX | |
< switch buffer | |
` eval | |
u universal arg | |
x pop up scratch |
In order to work the Bose QC35 Headset Bluetooth do the following: | |
- sudo pacman -Syu pulseaudio-alsa pulseaudio-bluetooth bluez bluez-libs bluez-utils | |
- turn off bluetooth from your computer | |
- sudo btmgmt ssp of | |
- gpasswd -a YOUR_USER lp |
(ns co.gaiwan.slack-widgets.ui.components | |
(:require | |
[clojure.string :as str] | |
[clojure.walk :as walk] | |
[reagent.core :as reagent] | |
[reagent.ratom :as ratom] | |
[lambdaisland.glogi :as log] | |
[co.gaiwan.slack-widgets.ui.state :as state] | |
[lambdaisland.ornament :as o]) | |
(:require-macros [co.gaiwan.slack-widgets.ui.macros :refer [for!]])) |