the previous commit is good
This commit is contained in:
parent
76f9409b5c
commit
15fffe6392
5
home.nix
5
home.nix
@ -5,11 +5,6 @@
|
|||||||
# paths it should manage.
|
# paths it should manage.
|
||||||
home.username = "mir";
|
home.username = "mir";
|
||||||
home.homeDirectory = "/home/mir";
|
home.homeDirectory = "/home/mir";
|
||||||
# nixpkgs.overlays = [
|
|
||||||
# (import (builtins.fetchTarball {
|
|
||||||
# url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
|
||||||
# }))
|
|
||||||
# ];
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.btop
|
pkgs.btop
|
||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
|
Loading…
Reference in New Issue
Block a user