This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; init.el --- Emacs configuration à la Home Manager. | |
| ;; | |
| ;; -*- lexical-binding: t; -*- | |
| ;; | |
| ;;; Commentary: | |
| ;; | |
| ;; A configuration generated from a Nix based configuration by | |
| ;; Home Manager. | |
| ;; | |
| ;;; Code: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; init.el --- Emacs configuration à la Home Manager. | |
| ;; | |
| ;; -*- lexical-binding: t; -*- | |
| ;; | |
| ;;; Commentary: | |
| ;; | |
| ;; A configuration generated from a Nix based configuration by | |
| ;; Home Manager. | |
| ;; | |
| ;;; Code: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; -*- lexical-binding: t; -*- | |
| ;;; Emacs configuration à la Home Manager. | |
| ;; | |
| ;; | |
| ;;; Commentary: | |
| ;; | |
| ;; A configuration generated from a Nix based configuration by | |
| ;; Home Manager. | |
| ;; | |
| ;;; Code: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; -*- lexical-binding: t; -*- | |
| ;;; Emacs configuration à la Home Manager. | |
| ;; | |
| ;; | |
| ;;; Commentary: | |
| ;; | |
| ;; A configuration generated from a Nix based configuration by | |
| ;; Home Manager. | |
| ;; | |
| ;;; Code: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { pkgs, ... }: | |
| let | |
| vimPlugins = pkgs.vimPlugins // pkgs.callPackage ./plugins.nix {}; | |
| in | |
| { | |
| programs.neovim = { | |
| viAlias = true; | |
| vimAlias = true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 & |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |