Compare commits

..

No commits in common. "04d0d7bce69839f5b8acf0db79e793a69f5fdcfd" and "9fa0a38bc551ff8b984acca13e3d838754d0220d" have entirely different histories.

5 changed files with 23 additions and 28 deletions

View File

@ -11,7 +11,7 @@
enable = true; enable = true;
settings = { settings = {
default_session = { default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --remember-user-session --sessions ${config.services.displayManager.sessionData.desktops}/share/wayland-sessions"; command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --remember-user-session --sessions ${config.services.xserver.displayManager.sessionData.desktops}/share/wayland-sessions";
user = "greeter"; user = "greeter";
}; };
}; };

View File

@ -9,7 +9,7 @@
settings = { settings = {
mainBar = { mainBar = {
layer = "top"; layer = "bottom";
position = "top"; position = "top";
modules-left = [ modules-left = [

View File

@ -165,8 +165,6 @@ function rmbookmark() {
x = "exit"; x = "exit";
":q" = "exit"; ":q" = "exit";
":wq" = "exit"; ":wq" = "exit";
lg = "nix-env --list-generations --profile /nix/var/nix/profiles/system";
}; };

View File

@ -23,11 +23,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715381426, "lastModified": 1710888565,
"narHash": "sha256-wPuqrAQGdv3ISs74nJfGb+Yprm23U/rFpcHFFNWgM94=", "narHash": "sha256-s9Hi4RHhc6yut4EcYD50sZWRDKsugBJHSbON8KFwoTw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ab5542e9dbd13d0100f8baae2bc2d68af901f4b4", "rev": "f33900124c23c4eca5831b9b5eb32ea5894375ce",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -44,11 +44,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715930644, "lastModified": 1711133180,
"narHash": "sha256-W9pyM3/vePxrffHtzlJI6lDS3seANQ+Nqp+i58O46LI=", "narHash": "sha256-WJOahf+6115+GMl3wUfURu8fszuNeJLv9qAWFQl3Vmo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e3ad5108f54177e6520535768ddbf1e6af54b59d", "rev": "1c2c5e4cabba4c43504ef0f8cc3f3dfa284e2dbb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -60,11 +60,11 @@
"lf-icons": { "lf-icons": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1715142021, "lastModified": 1711439534,
"narHash": "sha256-J58ZRN0nPqzzzkAENOQ6wbOdmGgk0ocp9JcTT0s7aa4=", "narHash": "sha256-zcJWOUOYTcArUmz5I9T4XY43snFEhdOEj4opa1MpLc0=",
"owner": "gokcehan", "owner": "gokcehan",
"repo": "lf", "repo": "lf",
"rev": "12e99fdb641565e3122ab62dce0b77e836aa69a4", "rev": "1e10e95f4d2f7afaf83235dc0b524c4bdc9937e5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -94,11 +94,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1715948915, "lastModified": 1711124224,
"narHash": "sha256-dxMrggEogQuJQr6f02VAFtsSNtjEPkgxczeiyW7WOQc=", "narHash": "sha256-l0zlN/3CiodvWDtfBOVxeTwYSRz93muVbXWSpaMjXxM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bacb8503d3a51d9e9b52e52a1ba45e2c380ad07d", "rev": "56528ee42526794d413d6f244648aaee4a7b56c0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -124,11 +124,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1715961556, "lastModified": 1711333969,
"narHash": "sha256-+NpbZRCRisUHKQJZF3CT+xn14ZZQO+KjxIIanH3Pvn4=", "narHash": "sha256-5PiWGn10DQjMZee5NXzeA6ccsv60iLu+Xtw+mfvkUAs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4a6b83b05df1a8bd7d99095ec4b4d271f2956b64", "rev": "57e6b3a9e4ebec5aa121188301f04a6b8c354c9b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -148,10 +148,8 @@
services.tailscale = { services.tailscale = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;
useRoutingFeatures = "client";
extraUpFlags = [ extraUpFlags = [
"--login-server=https://scale.cam123.dev:443" "--login-server=https://scale.cam123.dev:443"
"--accept-routes"
]; ];
}; };
@ -178,16 +176,15 @@
enable = false; enable = false;
xkb.layout = "us"; xkb.layout = "us";
libinput = {
touchpad = {
tapping = true;
};
};
excludePackages = [ pkgs.xterm ]; excludePackages = [ pkgs.xterm ];
}; };
services.libinput = {
touchpad = {
tapping = true;
};
};
# User Configuration # User Configuration