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

View File

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

View File

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