feat: changes for notebook
This commit is contained in:
@@ -11,10 +11,10 @@ font pango:Source Sans Pro 14
|
||||
set $mod Mod4
|
||||
|
||||
# use these keys for focus, movement, and resize directions
|
||||
set $left h
|
||||
set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
set $left j
|
||||
set $down h
|
||||
set $up l
|
||||
set $right k
|
||||
|
||||
# define names for workspaces
|
||||
set $ws1 "1: "
|
||||
|
||||
@@ -32,7 +32,7 @@ let
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/9aec01027f7ea2bca07bb51d5ed83e78088871c1.tar.gz";
|
||||
}) {};
|
||||
ddev-pin = import (builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/d4f247e89f6e10120f911e2e2d2254a050d0f732.tar.gz";
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/34a626458d686f1b58139620a8b2793e9e123bba.tar.gz";
|
||||
}) {};
|
||||
in {
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user