Compare commits
No commits in common. "281dffc9c05bfc7737e9d95ea1fb8a98e0439a59" and "4a76097a5ea510afab43260165da514eaa171925" have entirely different histories.
281dffc9c0
...
4a76097a5e
@ -128,6 +128,9 @@
|
||||
}
|
||||
];
|
||||
|
||||
# Do not use default packages (nixos includes some defaults like nano)
|
||||
environment.defaultPackages = lib.mkForce [ ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
mg
|
||||
@ -204,12 +207,6 @@
|
||||
# })
|
||||
# ];
|
||||
|
||||
# nixpkgs.overlays = [
|
||||
# (final: prev: {
|
||||
# foot = throw "foo";
|
||||
# })
|
||||
# ];
|
||||
|
||||
# Copy the NixOS configuration file and link it from the resulting system
|
||||
# (/run/current-system/configuration.nix). This is useful in case you
|
||||
# accidentally delete configuration.nix.
|
||||
|
@ -9,8 +9,5 @@
|
||||
imports = [ ];
|
||||
|
||||
# Reset some defaults to start from a minimal more-arch-linux-like state. Think of this like a CSS reset sheet.
|
||||
config = {
|
||||
# Do not use default packages (nixos includes some defaults like nano)
|
||||
environment.defaultPackages = lib.mkForce [ ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -294,8 +294,6 @@ in
|
||||
stop_screen_share
|
||||
];
|
||||
|
||||
programs.sway.extraPackages = lib.mkForce [ ];
|
||||
|
||||
me.swayIncludes = [
|
||||
base-hotkeys
|
||||
display-configs
|
||||
|
Loading…
x
Reference in New Issue
Block a user