Skip to content

waycrate/ColdLock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColdLock

ColdLock is a wayland session lock screen built using iced_sessionlock.

View

img.png

img_1.png

Installation

NixOS

For now flake users only.

This repo contains a NixOS Module for coldlock. To enable module add an input first and import to modules:

{
  inputs = {
    coldlock.url = "github:waycrate/coldlock";
  }

  outputs = {nixpkgs, coldlock, ...} @ inputs: {
    nixosConfigurations.HOSTNAME = nixpkgs.lib.nixosSystem {
      specialArgs = { inherit inputs; };
      modules = [
        ./configuration.nix
        coldlock.nixosModules.default
      ];
    };
  } 
}

After importing you should be able to use it in your configuration.nix file:

{}: {
    programs.coldlock.enable = true;
}

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to help improve ColdLock.

About

Wayland session lock built using iced_sessionlock

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors