moved basics out of sway.nix
This commit is contained in:
20
hosts/home/tile.nix
Normal file
20
hosts/home/tile.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
|
||||
services = {
|
||||
mako = { enable = true; };
|
||||
};
|
||||
|
||||
programs = {
|
||||
mako = { enable = true; };
|
||||
foot = { enable = true; };
|
||||
swaylock = {enable = true;};
|
||||
rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
show-icons = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user