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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue