remove environment.nix properly ;-; and add missing semicolon
This commit is contained in:
parent
cef249607b
commit
1927bebfc4
2 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
||||||
# Import configuration modules
|
# Import configuration modules
|
||||||
./hosts/gabbielaptop/configuration.nix
|
./hosts/gabbielaptop/configuration.nix
|
||||||
./modules/nh.nix
|
./modules/nh.nix
|
||||||
./modules/environment.nix
|
|
||||||
./modules/waydroid.nix
|
./modules/waydroid.nix
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
# inputs.anyrun.homeManagerModules.default
|
# inputs.anyrun.homeManagerModules.default
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nano";
|
EDITOR = "nano";
|
||||||
DEFAULT_BROWSER = "${lib.getExe pkgs.firefox}"
|
DEFAULT_BROWSER = "${lib.getExe pkgs.firefox}";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue