1
0
Fork 0

tmp disable xournal and glade

This commit is contained in:
Malte Brandy 2018-05-31 14:44:50 +02:00
parent c30e1bac80
commit dcf8c90b29
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
4 changed files with 12 additions and 10 deletions

View file

@ -22,6 +22,8 @@
rxvt_unicode.terminfo
st
(import <unstable> {}).home-manager
socat
nmap
tcpdump

View file

@ -43,10 +43,6 @@ home.file.".tmux.conf".text = ''
'';
programs = {
home-manager = {
enable = true;
path = https://github.com/rycee/home-manager/archive/master.tar.gz;
};
git = {
enable = true;
ignores = [

View file

@ -28,20 +28,23 @@ config = mkIf config.m-0.laptop.enable {
};
home.packages = with pkgs; [
# web
chromium
# communication
signal-desktop
tdesktop
acpi
dino
arandr
mumble
# config
arandr
xorg.xev
xorg.xbacklight
meld
#dev
meld
icedtea8_web
# tools & office
@ -50,7 +53,7 @@ config = mkIf config.m-0.laptop.enable {
imagemagick
libreoffice-fresh
pandoc
xournal
# xournal
musescore
handbrake
octave

View file

@ -6,9 +6,10 @@ options.m-0.rustdev.enable = mkEnableOption "Rust Dev";
config = mkIf config.m-0.rustdev.enable {
home.packages = with pkgs; [
gnome3.glade
# gnome3.glade
rustracer
cargo
rustc
gcc
binutils-unwrapped
rustfmt