Skip to content

Commit

Permalink
less packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiyq Widianto committed Sep 17, 2020
1 parent 430c513 commit 558dcf7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions modules/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
pavucontrol
];
font-packages = with pkgs; [
emacs-all-the-icons-fonts
corefonts # Micrsoft free fonts
# emacs-all-the-icons-fonts
#corefonts # Micrsoft free fonts
#unstable.font-awesome
fira-code
hack-font
Expand Down Expand Up @@ -65,10 +65,10 @@
templates = "${home.homeDirectory}/templates";
};

programs.emacs = {
enable = true;
package = pkgs.emacsGit;
};
#programs.emacs = {
# enable = true;
# package = pkgs.emacsGit;
#};

programs.mpv = {
enable = true;
Expand Down Expand Up @@ -223,10 +223,10 @@
}];
};
};
services.random-background = {
enable = true;
imageDirectory = "${xdg.userDirs.pictures}/wallpapers";
};
#services.random-background = {
# enable = true;
# imageDirectory = "${xdg.userDirs.pictures}/wallpapers";
#};
services.network-manager-applet.enable = true;

programs.zsh = {
Expand Down

0 comments on commit 558dcf7

Please sign in to comment.