File tree Expand file tree Collapse file tree 7 files changed +29
-18
lines changed
Expand file tree Collapse file tree 7 files changed +29
-18
lines changed Original file line number Diff line number Diff line change 22 description = "debugloop/dotfiles" ;
33
44 inputs = {
5- # nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
6- nixpkgs . url = "git+https:// github.com/ nixos/nixpkgs?shallow=1&ref=nixos-unstable " ;
5+ nixpkgs . url = "github:nixos/nixpkgs/nixos-unstable" ;
6+ oldnixpkgs . url = "github: nixos/nixpkgs/6c64dabd3aa85e0c02ef1cdcb6e1213de64baee3 " ;
77 home-manager = {
88 url = "github:nix-community/home-manager" ;
99 inputs . nixpkgs . follows = "nixpkgs" ;
Original file line number Diff line number Diff line change 11builds :
2- include :
3- - nixosConfigurations.simmons .*
2+ exclude :
3+ - nixosConfigurations.lusus .*
Original file line number Diff line number Diff line change 2626 MANPAGER = "nvim +Man!" ;
2727 HIGHLIGHT_STYLE = "base16/grayscale-dark" ;
2828 PAGER = "less -R --use-color -Dd+r -Du+b" ;
29- ZK_NOTEBOOK_DIR = "~/documents/notes" ;
3029 NODE_PATH = "${ pkgs . typescript } /lib/node_modules" ;
3130 } ;
3231
9897 wget
9998 whois
10099 zip
101- zk
102100 # networking
103101 gping
104102 miniserve
157155 gotests
158156 gotestsum
159157 go-tools
160- gotools
158+ inputs . oldnixpkgs . legacyPackages . ${ pkgs . system } . gotools # until gopls is backported
161159 protoc-gen-go
162160 protoc-gen-go-grpc
163161 # hardware (TODO: are those installed system-wide?)
Original file line number Diff line number Diff line change 8787 # dfu-util
8888 # gcc-arm-embedded
8989 # qmk
90- somafm-cli
9190 simple-mtpfs
9291 ] ;
9392 } ;
Original file line number Diff line number Diff line change 7979 active . color = "#${ config . colors . blue } " ;
8080 inactive . color = "#${ config . colors . light_bg } " ;
8181 } ;
82- default-column-width . proportion = 0.333 ;
82+ default-column-width . proportion = 0.5 ;
8383 preset-column-widths = [
8484 { proportion = 0.333 ; }
8585 { proportion = 0.5 ; }
Original file line number Diff line number Diff line change 44 ./boot.nix
55 ./steam.nix
66 ] ;
7-
8- services . mullvad-vpn . enable = true ;
97}
You can’t perform that action at this time.
0 commit comments