Ch ch ch ch changes

This commit is contained in:
2022-03-25 22:22:02 +00:00
parent 33a659a6bb
commit 14c50612e2
3 changed files with 16 additions and 9 deletions

12
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1647821523, "lastModified": 1648078876,
"narHash": "sha256-NAIY357pAOcxK6bAt83kKEJ2LxZhLCiPIlmQ2iTQbk4=", "narHash": "sha256-oa3RA0Z0UwEZ1M5kQOT9oUVd4ew3XePOu2oDTenFd98=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "835797f3a4a59459a316ae8d4ab91fa59faf61a4", "rev": "ac9404115362c901ffe5c5c215f76f74b79d5eda",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -57,11 +57,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1647800324, "lastModified": 1648069223,
"narHash": "sha256-rjwoxrk16zfrcO5Torh6CbAd5GHsHrXw+EwxOvh9AUI=", "narHash": "sha256-BXzQV8p/RR440EB9qY0ULYfTH0zSW1stjUCYeP4SF+E=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9bc841fec1c0e8b9772afa29f934d2c7ce57da8e", "rev": "1d08ea2bd83abef174fb43cbfb8a856b8ef2ce26",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -34,6 +34,7 @@
libinput.touchpad = { libinput.touchpad = {
naturalScrolling = true; naturalScrolling = true;
horizontalScrolling = false;
tapping = true; tapping = true;
}; };
}; };

View File

@@ -1,12 +1,18 @@
{ config, lib, pkgs, ...}: { config, lib, pkgs, ...}:
{ {
home.file = { home = {
file = {
"wallpapers" = { "wallpapers" = {
source = ./wallpapers; source = ./wallpapers;
}; };
}; };
packages = with pkgs; [
jetbrains.goland
];
};
programs.kitty.font.size = 19; programs.kitty.font.size = 19;
services.picom = { services.picom = {