removed bitwarden desktop because unstable pkgs had a broken version,
tried more stylix stuff but none worked
This commit is contained in:
parent
49f6bc0926
commit
f33e598e0b
7 changed files with 107 additions and 111 deletions
|
@ -26,27 +26,27 @@
|
|||
services.gnome-keyring.enable = true; # used for protonmail-bridge and nextcloud-client
|
||||
|
||||
# Cursor configuration that I hope to one day understand, currently has a scaling issue but thats probably my fault
|
||||
home.pointerCursor =
|
||||
let
|
||||
getFrom = url: hash: name: {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
name = name;
|
||||
size = 24;
|
||||
package =
|
||||
pkgs.runCommand "moveUp" {} ''
|
||||
mkdir -p $out/share/icons
|
||||
ln -s ${pkgs.fetchzip {
|
||||
url = url;
|
||||
hash = hash;
|
||||
}} $out/share/icons/${name}
|
||||
'';
|
||||
};
|
||||
in
|
||||
getFrom
|
||||
"https://github.com/ful1e5/fuchsia-cursor/releases/download/v2.0.0/Fuchsia-Pop.tar.gz"
|
||||
"sha256-BvVE9qupMjw7JRqFUj1J0a4ys6kc9fOLBPx2bGaapTk="
|
||||
"Fuchsia-Pop";
|
||||
# home.pointerCursor =
|
||||
# let
|
||||
# getFrom = url: hash: name: {
|
||||
# gtk.enable = true;
|
||||
# x11.enable = true;
|
||||
# name = name;
|
||||
# size = 24;
|
||||
# package =
|
||||
# pkgs.runCommand "moveUp" {} ''
|
||||
# mkdir -p $out/share/icons
|
||||
# ln -s ${pkgs.fetchzip {
|
||||
# url = url;
|
||||
# hash = hash;
|
||||
# }} $out/share/icons/${name}
|
||||
# '';
|
||||
# };
|
||||
# in
|
||||
# getFrom
|
||||
# "https://github.com/ful1e5/fuchsia-cursor/releases/download/v2.0.0/Fuchsia-Pop.tar.gz"
|
||||
# "sha256-BvVE9qupMjw7JRqFUj1J0a4ys6kc9fOLBPx2bGaapTk="
|
||||
# "Fuchsia-Pop";
|
||||
|
||||
# General use home packages that dont require a separate module
|
||||
home.packages = with pkgs; [
|
||||
|
@ -54,7 +54,7 @@
|
|||
grimblast
|
||||
powerline-fonts
|
||||
nix-output-monitor
|
||||
bitwarden-desktop
|
||||
# bitwarden-desktop
|
||||
xwaylandvideobridge
|
||||
virtualbox
|
||||
wofi
|
||||
|
@ -85,9 +85,9 @@
|
|||
lines = 3;
|
||||
columns = 200;
|
||||
};
|
||||
font.normal = {
|
||||
family = "hack";
|
||||
};
|
||||
# font.normal = {
|
||||
# family = "hack";
|
||||
# };
|
||||
# keyboard.bindings = [
|
||||
# {
|
||||
# key = "K";
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"$mod, F, exec, firefox"
|
||||
"$mod, 1, exec, alacritty"
|
||||
"$mod, D, exec, vesktop"
|
||||
"$mod, space, exec, wofi --show drun"
|
||||
"$mod, space, exec, wofi --show drun, run"
|
||||
|
||||
# Screenshot tool
|
||||
", Print, exec, grimblast copy area"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }: {
|
||||
# stylix = {
|
||||
# enable = true;
|
||||
## base16Scheme = "${pkgs.base16-schemes}/share/themes/icy.yaml";
|
||||
# stylix.image = /home/blue/Pictures/wallpaper.png;
|
||||
# };
|
||||
stylix = {
|
||||
enable = true;
|
||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/icy.yaml";
|
||||
image = ./wallpaper.png;
|
||||
};
|
||||
}
|
||||
|
|
BIN
home-manager/wallpaper.png
Normal file
BIN
home-manager/wallpaper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 KiB |
Loading…
Add table
Add a link
Reference in a new issue