Skip to content

Instantly share code, notes, and snippets.

View Jomik's full-sized avatar

Jonas Holst Damtoft Jomik

View GitHub Profile
error: while evaluating the attribute 'buildCommand' of the derivation 'home-manager-generation' at /nix/store/hy6xy3w8p628ai84kph1grj49m4aznkp-nixos-18.09.1806.928ff62213b/nixos/pkgs/stdenv/generic/make-derivation.nix:177:11:
while evaluating the attribute 'text' of the derivation 'activation-script' at /nix/store/hy6xy3w8p628ai84kph1grj49m4aznkp-nixos-18.09.1806.928ff62213b/nixos/pkgs/stdenv/generic/make-derivation.nix:177:11:
while evaluating 'mkCmd' at /nix/store/qhaylxq4ym047d0j3s9hxn1i7dbah2di-master.tar.gz/modules/home-environment.nix:316:17, called from undefined position:
while evaluating the attribute 'data' at /nix/store/qhaylxq4ym047d0j3s9hxn1i7dbah2di-master.tar.gz/modules/lib/dag.nix:96:41:
while evaluating the attribute 'data' at /nix/store/qhaylxq4ym047d0j3s9hxn1i7dbah2di-master.tar.gz/modules/lib/dag.nix:89:11:
while evaluating the attribute 'data' at /nix/store/qhaylxq4ym047d0j3s9hxn1i7dbah2di-master.tar.gz/modules/lib/dag.nix:115:12:
while evaluating the attribute 'passAsFile' of the deriva
general.el:2536:1:Warning: the following functions are not known to be
defined: general-imap, general-emap, general-nmap, general-vmap,
general-mmap, general-omap, general-rmap, general-iemap, general-nvmap,
general-itomap, general-otomap, general-tomap, general--sanitize-arglist,
general-normalize-hook-arglist, general-normalize-hook,
use-package-handler/:ghook
;;; init.el --- Emacs configuration à la Home Manager.
;;
;; -*- lexical-binding: t; -*-
;;
;;; Commentary:
;;
;; A configuration generated from a Nix based configuration by
;; Home Manager.
;;
;;; Code:
;;; init.el --- Emacs configuration à la Home Manager.
;;
;; -*- lexical-binding: t; -*-
;;
;;; Commentary:
;;
;; A configuration generated from a Nix based configuration by
;; Home Manager.
;;
;;; Code:
;; -*- lexical-binding: t; -*-
;;; Emacs configuration à la Home Manager.
;;
;;
;;; Commentary:
;;
;; A configuration generated from a Nix based configuration by
;; Home Manager.
;;
;;; Code:
;; -*- lexical-binding: t; -*-
;;; Emacs configuration à la Home Manager.
;;
;;
;;; Commentary:
;;
;; A configuration generated from a Nix based configuration by
;; Home Manager.
;;
;;; Code:
#!/nix/store/b9p787yqaqi313l9rr0491igjwyzqfmw-bash-4.4-p23/bin/bash
launcher="/nix/store/2rfp9r8x6p3dqvxw58y1i596y45vq5gr-rofi-unwrapped-1.5.1/bin/rofi -dmenu -i -hide-scrollbar"
options="Lock\nShutdown\nReboot\nHibernate\nSuspend\nHalt"
if [[ $? -ne 0 ]]; then
exit 0
fi
choice=$(echo -e $options | $launcher -p power-menu -lines 6)
case $choice in
{ pkgs, ... }:
let
vimPlugins = pkgs.vimPlugins // pkgs.callPackage ./plugins.nix {};
in
{
programs.neovim = {
viAlias = true;
vimAlias = true;
#!/nix/store/53wi068kjrqfr2j0hzcxhbw2xaa990jr-bash-4.4-p23/bin/bash
/nix/store/9c5yv76wf5jlh6j0q462rc74qdbnas86-polybar-3.3.0/bin/polybar -l info --config=/nix/store/zqxbl72lqvlsc6k7kb2k42635xr73qka-polybar.conf bottom &
/nix/store/9c5yv76wf5jlh6j0q462rc74qdbnas86-polybar-3.3.0/bin/polybar -l info --config=/nix/store/zqxbl72lqvlsc6k7kb2k42635xr73qka-polybar.conf top &
[Install]
WantedBy=graphical-session.target
[Service]
ExecStart=/nix/store/xq6zs1rrzb435f781p5xpqw63lm9l73y-polybar-start/bin/polybar-start
Type=forking
[Unit]
After=graphical-session-pre.target
Description=Polybar status bar