Skip to content

Instantly share code, notes, and snippets.

View Troupal's full-sized avatar

Troupal Troupal

  • FRANCE
  • 01:10 (UTC +02:00)
View GitHub Profile
@Troupal
Troupal / html-pages.xml
Created May 14, 2017 09:46
strings.xml translation shared with Stringlate
<?xml version="1.0" encoding="utf-8" ?>
<!--
/* string values containing translatable HTML pages
* Translation to English and Copyright (c) 2015-2016 by k3b and "mary-kate".
*
* This file is part of "A Photo Manager" (A(ndro)FotoFinder).
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@Troupal
Troupal / .sh
Last active March 19, 2017 00:45
NixUserConfig.nix File for test into VirtualBox
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running `nixos-help`).
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix