Compare commits

..

No commits in common. "119954200eadd58ffb8a707928fb8e1d2a28e010" and "2dafb9caccb969acc8a71ac21aa8573a8cbc353c" have entirely different histories.

3 changed files with 11 additions and 43 deletions

View file

@ -34,10 +34,9 @@ in {
'';
}
{
plugin = pkgs.tmuxPlugins.catppuccin;
plugin = tmuxPlugins.tmux-colors-solarized;
extraConfig = ''
set -g @catppuccin_flavor 'latte'
set -g @catppuccin_window_status_style "rounded"
set -g @colors-solarized 'light'
'';
}
];

View file

@ -158,8 +158,6 @@
environment.systemPackages = [
pkgs.foot
# FIXME: is this needed?
pkgs.darkman
];
#programs.hyprland.enable = true;
@ -168,14 +166,6 @@
wrapperFeatures.gtk = true;
};
# TODO: These are overriden by files from
# ~/.config/xdg-desktop-portal/sway-portals.conf so they should be moved to
# home
xdg.portal.config.sway = {
"org.freedesktop.impl.portal.Settings" = "darkman";
"org.freedesktop.impl.portal.Inhibit" = "none";
};
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.

View file

@ -23,26 +23,8 @@ in {
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
services = {
# TODO: place in global home conf
dunst.enable = true;
wlsunset = {
enable = true;
latitude = 48.9;
longitude = 2.3;
temperature = {
day = 6500;
night = 3500;
};
};
darkman = {
enable = true;
settings = {
lat = 48.9;
lng = 2.3;
};
};
};
services.dunst.enable = true;
home.packages = builtins.attrValues {
inherit
@ -89,7 +71,7 @@ in {
};
fonts = {
names = ["Iosevka Fixed" "FontAwesome6Free"];
size = 9.0;
size = 8.0;
};
bars = [];
@ -133,9 +115,6 @@ in {
bindswitch --reload --locked lid:off output eDP-1 enable;
bindswitch --reload --locked lid:on output eDP-1 disable;
bindgesture swipe:right workspace prev
bindgesture swipe:left workspace next
set $rosewater #dc8a78
set $flamingo #dd7878
set $pink #ea76cb
@ -164,7 +143,7 @@ in {
set $crust #dce0e8
# target title bg text indicator border
client.focused $lavender $lavender $base $rosewater $lavender
client.focused $lavender $base $text $rosewater $lavender
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
client.unfocused $overlay0 $base $text $rosewater $overlay0
client.urgent $peach $base $peach $overlay0 $peach