moved markdown to base-system
This commit is contained in:
parent
f1cfa69a15
commit
6cef511980
3 changed files with 6 additions and 52 deletions
|
@ -1,12 +1,16 @@
|
|||
pkgs: with pkgs; [
|
||||
# Scrolling window manager extension
|
||||
gnomeExtensions.paperwm
|
||||
# For character search
|
||||
gnome.gnome-characters
|
||||
thunderbird
|
||||
# Helix editor and LSPs for helix
|
||||
helix
|
||||
nil
|
||||
marksman
|
||||
# Regular apps
|
||||
webcord
|
||||
thunderbird
|
||||
signal-desktop
|
||||
spotify
|
||||
krita
|
||||
anki
|
||||
]
|
||||
|
|
27
markdown/flake.lock
generated
27
markdown/flake.lock
generated
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1698611440,
|
||||
"narHash": "sha256-jPjHjrerhYDy3q9+s5EAsuhyhuknNfowY6yt6pjn9pc=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0cbe9f69c234a7700596e943bfae7ef27a31b735",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
description = "A template flake for editing markdown files (helix on system required)";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
in {
|
||||
devShell.x86_64-linux = pkgs.mkShell rec {
|
||||
name = "markdown";
|
||||
packages = with pkgs; [
|
||||
marksman
|
||||
];
|
||||
shellHook = ''export PS1="[\u@markdown:\W]\$ "'';
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue