feat(ooksphone) add colorscheme
This commit is contained in:
parent
c25f160e81
commit
1bf362e4a0
5 changed files with 82 additions and 9 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ config, lib, pkgs, inputs, outputs, ... }:
|
||||
{ pkgs, inputs, outputs, ... }:
|
||||
|
||||
{
|
||||
# Simply install just the packages
|
||||
imports = [ ./theme.nix ];
|
||||
|
||||
environment.packages = with pkgs; [
|
||||
# User-facing stuff that you really really want to have
|
||||
helix # or some other editor, e.g. nano or neovim
|
||||
helix
|
||||
git
|
||||
killall
|
||||
hostname
|
||||
|
|
@ -26,7 +26,6 @@
|
|||
shell = "${pkgs.fish}/bin/fish";
|
||||
};
|
||||
|
||||
# Configure home-manager
|
||||
home-manager = {
|
||||
backupFileExtension = "hm-bak";
|
||||
useGlobalPkgs = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue