Compare commits
No commits in common. "326c2c3127b76e37b4ec17206afbea103572440a" and "5737813aad3ca53e95c846b1da69f685c472d0fd" have entirely different histories.
326c2c3127
...
5737813aad
5 changed files with 13 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
vars/*
|
|
@ -35,7 +35,7 @@
|
|||
"x86_64-linux"
|
||||
];
|
||||
inherit (nixpkgs) lib;
|
||||
configVars = import /home/willifan/.nix-config/vars { inherit inputs lib; };
|
||||
configVars = import ./vars { inherit inputs lib; };
|
||||
specialArgs = { inherit inputs outputs configVars nixpkgs; };
|
||||
in
|
||||
{
|
||||
|
|
|
@ -32,6 +32,11 @@
|
|||
|
||||
xwayland.force_zero_scaling = true;
|
||||
|
||||
env = [
|
||||
"XCURSOR_SIZE, 24"
|
||||
"HYPRCURSOR_SIZE,24"
|
||||
];
|
||||
|
||||
input = {
|
||||
kb_layout = "de";
|
||||
kb_variant = "";
|
||||
|
|
|
@ -1,17 +1,11 @@
|
|||
{ pkgs, home-manager, ... }:
|
||||
{
|
||||
|
||||
environment.sessionVariables = {
|
||||
XCURSOR_SIZE = "18";
|
||||
HYPRCURSOR_SIZE = "18";
|
||||
};
|
||||
|
||||
home-manager.users.willifan = {
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
name = "Bibata-Modern-Classic";
|
||||
package = pkgs.bibata-cursors;
|
||||
size = 18;
|
||||
size = 16;
|
||||
};
|
||||
};
|
||||
}
|
6
vars/default.nix
Normal file
6
vars/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
username = "willifan";
|
||||
hostname = "Puenktchen";
|
||||
email = "willifan@proton.me";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue