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; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
mg
|
mg
|
||||||
@ -204,12 +207,6 @@
|
|||||||
# })
|
# })
|
||||||
# ];
|
# ];
|
||||||
|
|
||||||
# nixpkgs.overlays = [
|
|
||||||
# (final: prev: {
|
|
||||||
# foot = throw "foo";
|
|
||||||
# })
|
|
||||||
# ];
|
|
||||||
|
|
||||||
# Copy the NixOS configuration file and link it from the resulting system
|
# Copy the NixOS configuration file and link it from the resulting system
|
||||||
# (/run/current-system/configuration.nix). This is useful in case you
|
# (/run/current-system/configuration.nix). This is useful in case you
|
||||||
# accidentally delete configuration.nix.
|
# accidentally delete configuration.nix.
|
||||||
|
@ -9,8 +9,5 @@
|
|||||||
imports = [ ];
|
imports = [ ];
|
||||||
|
|
||||||
# Reset some defaults to start from a minimal more-arch-linux-like state. Think of this like a CSS reset sheet.
|
# 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
|
stop_screen_share
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.sway.extraPackages = lib.mkForce [ ];
|
|
||||||
|
|
||||||
me.swayIncludes = [
|
me.swayIncludes = [
|
||||||
base-hotkeys
|
base-hotkeys
|
||||||
display-configs
|
display-configs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user