Commit graph

10822 commits

Author SHA1 Message Date
Shea Levy
8522db1641
Merge branch 'nix-profile-daemon' 2017-10-16 18:17:51 -04:00
Vincent Ambo
202467e989 refactor: Move packages & wallpapers config into own nix files
My systems are single-user machines and the package configuration can
go in the system-wide package list in full.

This splits out the package list into a separate file and also moves
the systemd units for wallpaper setting into a separate file.
2017-10-16 22:53:49 +02:00
Vincent Ambo
aa5dcbc477 feat: Add Nix build for nixfd
Builds my [nixfd][] tool for searching a cached version of the Nix package
list.

[nixfd]: https://github.com/tazjin/nixfd
2017-10-16 22:34:44 +02:00
Vincent Ambo
0f099705f7 refactor: Use relative path for nixpkgs-mozilla 2017-10-16 21:52:09 +02:00
Vincent Ambo
7d09557096 feat: Add nixpkgs-mozilla overlay
Imports the nixpkgs-mozilla overlay and installs stable Rust from
the same channel as rustup.
2017-10-16 21:48:59 +02:00
Eelco Dolstra
be59f07799 Merge pull request #1601 from shlevy/fetchgit-no-uri-check
fetchgit: Remove incomplete/unneeded isURI check.
2017-10-16 21:22:13 +02:00
Shea Levy
6a037a738a
Pull nix-profile-daemon from 1.11 2017-10-16 14:51:39 -04:00
Vincent Ambo
10d1ad9280 feat: Numix GTK theme!
* Add Numix GTK theme
  ... though it seems like the icon theme is broken.
* use stable exa
2017-10-16 20:40:41 +02:00
Shea Levy
4e58294ae6
fetchgit: Remove incomplete/unneeded isURI check.
This check spuriously fails for e.g. git@github.com:NixOS/nixpkgs.git,
and even for ssh://git@github.com/NixOS/nixpkgs.git, and is made
redundant by the checks git itself will do when fetching the repo. We
instead pass a -- before passing the URI to git to avoid injection.
2017-10-16 14:35:28 -04:00
Vincent Ambo
bbd39eaf16 fix(compton): Set rendering backend to default 'xrender'
The 'glx' backend which NixOS defaults to causes strange screen
redrawing issues with multiple monitors.
2017-10-16 18:12:36 +02:00
Vincent Ambo
9e60dd04b3 feat: Install exa 2017-10-16 18:12:33 +02:00
Abseil Team
6de53819a7 Changes imported from Abseil "staging" branch:
- 432508bf64998983b3c194d5f164872ce3c2e573 Put visibility tags into absl external build files by Jon Cohen <cohenjon@google.com>
  - 25d59d11e7b833fe632cddb5bf4d76075ae6282b Use ABSL_PREDICT_TRUE instead of *FALSE for the range che... by Jon Cohen <cohenjon@google.com>
  - 8d8a5890a55ddd19aac849748441eeb57c684f10 Better detection for MSVC support on std::optional. by Xiaoyi Zhang <zhangxy@google.com>
  - c1b31e4a97939885c3bbc23ecb093e9619e73ad1 Internal cleanup by Gennadiy Rozental <rogeeff@google.com>
  - 4f56ad20c4eeccc6f5fb21ec6c7191233d34a090 Internal change. by Matt Calabrese <calabrese@google.com>
  - d2a02b52c75c295708170f4d17b7ff442c8d6a97 Fixed a minor typo in the SimpleAtob() function comment. by Abseil Team <absl-team@google.com>
  - 5adbff5c23a45278d06de2ef3a29ea51b0d1269e Internal cleanup by Gennadiy Rozental <rogeeff@google.com>

GitOrigin-RevId: 432508bf64998983b3c194d5f164872ce3c2e573
Change-Id: I32ddd151d3350b96a22e8f1830f19b59374953ad
2017-10-16 12:00:04 -04:00
Vincent Ambo
17e6d52cd6 docs(README): Add link to Kotlin library 2017-10-16 17:49:29 +02:00
Vincent Ambo
043c80848d chore: Bump version to 0.1.1 2017-10-16 17:44:54 +02:00
Vincent Ambo
1b7464f9cf refactor(lib): Add some additional documentation
* improve delete() docs
* add docs for send() & receive()
* remove unnecessary clone() calls
2017-10-16 17:43:41 +02:00
Vincent Ambo
b75306e58f chore(lib): Derive Debug traits on Queue, Message 2017-10-16 17:42:38 +02:00
Vincent Ambo
1b79584088 fix(lib): Fix incorrect error message for name validation
The message should have been the exact opposite, duh!
2017-10-16 17:42:03 +02:00
Vincent Ambo
773d6eec9d docs(README): Add Travis-CI & crates.io badges 2017-10-16 13:59:27 +02:00
Vincent Ambo
088f16bd40 feat: Install xfce4-screenshooter 2017-10-16 13:48:12 +02:00
Vincent Ambo
b24b4b54d4 refactor(adho): Replace connman with nix-based wifi config
Now that WPA2 is broken wifi passwords aren't secret anymore,
anyways ;-)
2017-10-16 13:47:10 +02:00
Vincent Ambo
4b6ac62307 fix(adho): Use Intel video driver to fix xrandr 2017-10-16 10:11:32 +02:00
Vincent Ambo
270ac6ee3d feat: Install k8s (mainly kubectl) 2017-10-16 02:50:01 +02:00
Vincent Ambo
8ea424f533 docs(Cargo): Add more info to Cargo manifest 2017-10-16 02:29:50 +02:00
Vincent Ambo
629268ef4a feat(build): Add automated Travis builds 2017-10-16 02:24:33 +02:00
Vincent Ambo
45d23efb98 docs: Add README 2017-10-16 02:09:15 +02:00
Vincent Ambo
3144b61ccc feat(lib): Implement Drop trait for Queue
Implements the Drop trait to take care of closing the queue descriptor
when a Queue instance is dropped.
2017-10-16 02:00:32 +02:00
Vincent Ambo
6be954393b feat(tests): Add a simple send/receive test 2017-10-16 02:00:25 +02:00
Vincent Ambo
c3cc663ab1 fix(lib): Trim whitespace from OS limit files 2017-10-16 01:52:38 +02:00
Vincent Ambo
3ee616a25a fix(lib): Borrow &self in send/receive 2017-10-16 01:17:05 +02:00
Vincent Ambo
557655ee1d fix(lib): drop(self) after delete() call 2017-10-16 01:14:27 +02:00
Vincent Ambo
d6fa62a968 style: Apply code format 2017-10-16 01:11:33 +02:00
Vincent Ambo
7dc6144e3f feat: Implement high-level POSIX message queue API
Implements a high-level API on top of POSIX message queues
(mq_overview(7)).

This API can be used to perform local RPC between processes that need
to exchange messages *fast* (or *easy*) with priority ordering.

The methods are mostly documented but there are still two corner cases
that need to be looked at and a lot of tests missing.
2017-10-16 01:08:08 +02:00
Vincent Ambo
1f1a74108e feat(error): Add error-mapping from C calls
Implements an error enum with mappings from the low-level C calls and
appropriate error descriptions.
2017-10-15 23:22:18 +02:00
Vincent Ambo
96096f39f2 feat: Install all standard man pages 2017-10-15 22:13:33 +02:00
Vincent Ambo
a89b7255ee chore: Add project scaffolding 2017-10-15 22:06:22 +02:00
Vincent Ambo
2957c16a53 chore: Initial commit 2017-10-15 22:05:56 +02:00
Vincent Ambo
6dc6034bc8 feat: Install tig 2017-10-15 21:38:13 +02:00
Vincent Ambo
17e57e42ef style: Make emacs transparent
Party like it's 2004.
2017-10-15 20:25:08 +02:00
Vincent Ambo
319347e5cc fix(settings): Correctly enable Helm's fuzzy matches
The global Helm fuzzy matching doesn't actually seem to enable fuzzy
matching for modes that have an explicit config.

This enables fuzzy matching for M-x and C-x b
2017-10-15 20:24:28 +02:00
Vincent Ambo
5e48ce3f9b feat: Add nix-mode & nix-config function
* install nix-mode by default
* add a function to quickly open the system configuration.nix
2017-10-15 20:23:51 +02:00
Vincent Ambo
6845e2efd4 fix(stallo): Post-installatio wifi, gfx, luks fixes 2017-10-15 20:02:24 +02:00
Vincent Ambo
a11aca65a5 fix: 'Manually' randomize feh wallpapers
The wallpaper folder is now in git and feh will pick any random file in
the folder that it is pointed at, leading to it constantly failing while
trying to set git objects as the wallpaper.

This uses  manual 'fd | shuf | xargs' pipeline for the same purpose.
2017-10-15 20:01:21 +02:00
Vincent Ambo
f771c2a643 fix(adho): Move 'light' config to adho local 2017-10-15 20:01:07 +02:00
Vincent Ambo
e3ec0a1f0e
feat(dns): Add kontemplate.works 2017-10-15 17:03:22 +02:00
Vincent Ambo
28feb4bc92 fix(adho): Configure encrypted disks in local config 2017-10-15 16:42:31 +02:00
Vincent Ambo
98fc907d90 fix: Fix gitignore 2017-10-15 16:40:54 +02:00
Vincent Ambo
2b6d132eb6 docs: Add README 2017-10-15 16:40:28 +02:00
Vincent Ambo
e0c8c5c798 fix: Add a missing semicolon 2017-10-15 16:38:13 +02:00
Vincent Ambo
21660c6bb6 feat(stallo): Add local configuration for stallo 2017-10-15 16:37:22 +02:00
Vincent Ambo
af89133821 fix: Remove old GPG-agent SSH config 2017-10-15 16:31:56 +02:00