Add more Detritus
This commit is contained in:
parent
ca2d6e4091
commit
b7c5651306
10 changed files with 21 additions and 17 deletions
|
@ -1,10 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
home.pointerCursor = lib.mkIf config.home.desktop.enable {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
name = "Simp1e-Dark";
|
||||
package = pkgs.simp1e-cursors;
|
||||
size = 24;
|
||||
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
# Profiles
|
||||
{
|
||||
profile = {
|
||||
name = "primary";
|
||||
name = "tower";
|
||||
outputs = [
|
||||
{
|
||||
criteria = config.displays.tower1;
|
||||
|
@ -51,10 +51,6 @@
|
|||
position = "1920,0";
|
||||
scale = 0.85;
|
||||
}
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
status = "disable";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,6 +2,5 @@
|
|||
{
|
||||
wayland.windowManager.sway.extraConfig = ''
|
||||
titlebar_padding 10 1
|
||||
primary_selection disabled
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
hashedPassword = config.secrets.accPass.main;
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
../../../../hosts/tower/id_ed25519.pub
|
||||
../../../../hosts/detritus/id_ed25519.pub
|
||||
|
||||
../../../../hosts/intuos/id_ed25519.pub
|
||||
../../../../hosts/jupiter/id_ed25519.pub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue