before npins
This commit is contained in:
parent
d429476553
commit
63fbd6d499
22 changed files with 627 additions and 330 deletions
|
@ -1,13 +1,18 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, rice, ... }:
|
||||
let
|
||||
get = builtins.attrValues;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../programs/vscode.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
git-credential-keepassxc
|
||||
direnv
|
||||
];
|
||||
home.packages = get {
|
||||
inherit (pkgs)
|
||||
git-credential-keepassxc
|
||||
direnv
|
||||
;
|
||||
};
|
||||
|
||||
programs.zed-editor = {
|
||||
enable = false;
|
||||
|
@ -21,8 +26,8 @@
|
|||
features = {
|
||||
copilot = false;
|
||||
};
|
||||
buffer_font_family = pkgs.rice.fonts.monospace.name;
|
||||
buffer_font_size = pkgs.rice.fonts.monospace.size;
|
||||
buffer_font_family = rice.fonts.monospace.name;
|
||||
buffer_font_size = rice.fonts.monospace.size;
|
||||
theme = {
|
||||
mode = "dark";
|
||||
dark = "Kanagawa Dragon";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue