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 rxvt_unicode.terminfo
st st
(import <unstable> {}).home-manager
socat socat
nmap nmap
tcpdump tcpdump

View file

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

View file

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

View file

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