Compare commits
No commits in common. "911ae5514695dae87e4343fcdcf1143d2a314adb" and "613d216572d2e4e6262008e57bedde5bf66f710e" have entirely different histories.
911ae55146
...
613d216572
3 changed files with 11 additions and 38 deletions
|
@ -15,16 +15,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xsession = {
|
|
||||||
enable = true;
|
|
||||||
initExtra = ''
|
|
||||||
eval $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
|
||||||
export SSH_AUTH_SOCK
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
services.gnome-keyring.enable = true;
|
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "${username}";
|
username = "${username}";
|
||||||
homeDirectory = "/home/${username}";
|
homeDirectory = "/home/${username}";
|
||||||
|
@ -49,7 +39,6 @@ in {
|
||||||
font-awesome
|
font-awesome
|
||||||
gimp
|
gimp
|
||||||
git
|
git
|
||||||
gnome.gnome-keyring
|
|
||||||
grub2
|
grub2
|
||||||
hack-font
|
hack-font
|
||||||
htop
|
htop
|
||||||
|
@ -74,11 +63,9 @@ in {
|
||||||
os-prober
|
os-prober
|
||||||
pavucontrol
|
pavucontrol
|
||||||
picom
|
picom
|
||||||
plexamp
|
|
||||||
pm2
|
pm2
|
||||||
|
plexamp
|
||||||
polybar
|
polybar
|
||||||
polybar-pulseaudio-control
|
|
||||||
pulseaudio
|
|
||||||
ranger
|
ranger
|
||||||
rofi
|
rofi
|
||||||
rofi-emoji
|
rofi-emoji
|
||||||
|
|
|
@ -53,7 +53,7 @@ font-1 = Font Awesome 6 Free:style=Regular;2
|
||||||
font-2 = Font Awesome 6 Free:style=Solid;2
|
font-2 = Font Awesome 6 Free:style=Solid;2
|
||||||
|
|
||||||
modules-left = xworkspaces xwindow
|
modules-left = xworkspaces xwindow
|
||||||
modules-right = filesystem pulseaudio-control-output xkeyboard memory cpu battery date
|
modules-right = filesystem audiooutput pulseaudio xkeyboard memory cpu battery date
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
@ -114,16 +114,14 @@ label-volume = %percentage%%
|
||||||
label-muted = muted
|
label-muted = muted
|
||||||
label-muted-foreground = ${colors.disabled}
|
label-muted-foreground = ${colors.disabled}
|
||||||
|
|
||||||
[module/pulseaudio-control-output]
|
[module/audiooutput]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
tail = true
|
exec = cat ~/.cache/scripts/get-sink-name.txt
|
||||||
exec = pulseaudio-control --format 'VOL $VOL_LEVEL%' listen
|
interval = 1
|
||||||
|
format = <label>
|
||||||
click-right = exec pavucontrol &
|
format-prefix = "OUT "
|
||||||
click-left = pulseaudio-control togmute
|
format-prefix-foreground = ${colors.primary}
|
||||||
click-middle = pulseaudio-control next-node
|
label = %output%
|
||||||
scroll-up = pulseaudio-control --volume-max 100 up
|
|
||||||
scroll-down = pulseaudio-control --volume-max 100 down
|
|
||||||
|
|
||||||
[module/xkeyboard]
|
[module/xkeyboard]
|
||||||
type = internal/xkeyboard
|
type = internal/xkeyboard
|
||||||
|
|
|
@ -43,16 +43,12 @@
|
||||||
|
|
||||||
i18n.defaultLocale = "en_GB.UTF-8";
|
i18n.defaultLocale = "en_GB.UTF-8";
|
||||||
|
|
||||||
security = {
|
security.rtkit.enable = true;
|
||||||
rtkit.enable = true;
|
|
||||||
pam.services.lightdm.enableGnomeKeyring = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
dbus.enable = true;
|
dbus.enable = true;
|
||||||
picom.enable = true;
|
picom.enable = true;
|
||||||
gnome.gnome-keyring.enable = true;
|
|
||||||
|
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -63,16 +59,9 @@
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
windowManager.i3.enable = true;
|
||||||
xkb.layout = "us";
|
xkb.layout = "us";
|
||||||
|
|
||||||
windowManager.i3 = {
|
|
||||||
enable = true;
|
|
||||||
extraSessionCommands = ''
|
|
||||||
eval $(${pkgs.gnome3.gnome-keyring}/bin/gnome-keyring-daemon --daemonize --components=ssh,secrets)
|
|
||||||
export SSH_AUTH_SOCK
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
displayManager = {
|
displayManager = {
|
||||||
lightdm.enable = true;
|
lightdm.enable = true;
|
||||||
lightdm.greeters.gtk.enable = true;
|
lightdm.greeters.gtk.enable = true;
|
||||||
|
@ -135,7 +124,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
docker
|
docker
|
||||||
gnome.gnome-keyring
|
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue