Compare commits
No commits in common. "736416a79ac9ae1de67c5328531ea62f6060d76c" and "05e3924968bdbde994002da53e949735fcb85c3f" have entirely different histories.
736416a79a
...
05e3924968
|
@ -163,7 +163,6 @@
|
||||||
wget
|
wget
|
||||||
dig
|
dig
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
librespeed-cli
|
|
||||||
quickemu
|
quickemu
|
||||||
distrobox
|
distrobox
|
||||||
];
|
];
|
||||||
|
@ -202,8 +201,8 @@
|
||||||
console.useXkbConfig = true;
|
console.useXkbConfig = true;
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
image = ./wallpapers/space.png;
|
image = ./wallpapers/tropic_island_day.jpg;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||||
opacity = {
|
opacity = {
|
||||||
applications = 0.9;
|
applications = 0.9;
|
||||||
desktop = 0.7;
|
desktop = 0.7;
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_GB-large
|
hunspellDicts.en_GB-large
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
speedtest
|
|
||||||
overskride
|
overskride
|
||||||
hyprpicker
|
hyprpicker
|
||||||
grim
|
grim
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
./mako.nix
|
./mako.nix
|
||||||
./avizo.nix
|
./avizo.nix
|
||||||
./wlogout.nix
|
./wlogout.nix
|
||||||
# ./swww.nix
|
./swww.nix
|
||||||
];
|
];
|
||||||
home.packages = [
|
home.packages = [
|
||||||
(pkgs.writeShellScriptBin "protonmail-setup-bridge" ''
|
(pkgs.writeShellScriptBin "protonmail-setup-bridge" ''
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
services = {
|
services = {
|
||||||
kanshi.systemdTarget = "hyprland-session.target";
|
kanshi.systemdTarget = "hyprland-session.target";
|
||||||
gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
|
gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
|
||||||
# hyprpaper.enable = lib.mkForce false;
|
hyprpaper.enable = lib.mkForce false;
|
||||||
hypridle = {
|
hypridle = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings =
|
settings =
|
||||||
|
@ -149,8 +149,8 @@
|
||||||
"${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${config.gtk.cursorTheme.name} ${toString config.gtk.cursorTheme.size}"
|
"${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${config.gtk.cursorTheme.name} ${toString config.gtk.cursorTheme.size}"
|
||||||
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
|
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
|
||||||
"PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"
|
"PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"
|
||||||
# "${pkgs.swww}/bin/swww-daemon"
|
"${pkgs.swww}/bin/swww-daemon"
|
||||||
# "sleep 5; systemctl --user start dynamic-wallpaper.service"
|
"sleep 5; systemctl --user start dynamic-wallpaper.service"
|
||||||
"sleep 5; ${pkgs.dex}/bin/dex -a"
|
"sleep 5; ${pkgs.dex}/bin/dex -a"
|
||||||
];
|
];
|
||||||
gestures.workspace_swipe = true;
|
gestures.workspace_swipe = true;
|
||||||
|
|
|
@ -1,14 +1,5 @@
|
||||||
|
{ lib, username, ... }:
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
username,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
stylix = {
|
|
||||||
image = lib.mkForce ./wallpapers/science/jet_glass_side_s100_pass_latest.png;
|
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
|
||||||
};
|
|
||||||
home-manager.users.${username} =
|
home-manager.users.${username} =
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue