dustbowl: make swayidle a systemd service + run nixpkgs-fmt
This commit is contained in:
parent
989e4f9555
commit
9757bf7ff6
9 changed files with 41 additions and 31 deletions
10
flake.nix
10
flake.nix
|
|
@ -34,10 +34,12 @@
|
|||
nixosConfigurations = {
|
||||
dustbowl = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ (import ./nixos/dustbowl.nix {
|
||||
emacs-overlay = emacs-overlay;
|
||||
nixpkgs = nixpkgs;
|
||||
}) ];
|
||||
modules = [
|
||||
(import ./nixos/dustbowl.nix {
|
||||
emacs-overlay = emacs-overlay;
|
||||
nixpkgs = nixpkgs;
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue