neomutt?
This commit is contained in:
parent
3c3998d270
commit
02545a51e9
4 changed files with 25 additions and 7 deletions
13
flake.nix
13
flake.nix
|
|
@ -12,11 +12,14 @@
|
|||
nixosConfigurations = {
|
||||
romulus = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
{
|
||||
programs.sway.enable = true;
|
||||
networking.hostName = "romulus";
|
||||
}
|
||||
modules = [
|
||||
{
|
||||
environment.systemPackages = [
|
||||
nixpkgs.wl-clipboard
|
||||
];
|
||||
programs.sway.enable = true;
|
||||
networking.hostName = "romulus";
|
||||
}
|
||||
./system
|
||||
./system/hardware-romulus.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue