This commit is contained in:
krizej 2024-07-04 01:25:55 +02:00
parent 45c8088b8d
commit c456de0856
8 changed files with 20 additions and 19 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.idea/

View file

@ -2,12 +2,15 @@
description = ":-)";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nur.url = "github:nix-community/NUR";
};
outputs = { nixpkgs, home-manager, nur, ... }: {
nixosConfigurations = {
"krizej-pc" = nixpkgs.lib.nixosSystem {

View file

@ -17,6 +17,7 @@
"MANSECT" = "2:3:3p:3type:1:1p:n:l:8:0:0p:5:4:9:6:7";
};
environment.systemPackages = with pkgs; [
man
man-pages
man-pages-posix
];

View file

@ -4,10 +4,7 @@
enable = true;
settings = {
font.size = 10;
window.padding = {
x = 2;
y = 2;
};
window.padding = { x = 2; y = 2; };
cursor = {
style = {
shape = "Beam";

View file

@ -20,7 +20,6 @@
environment.systemPackages = with pkgs; [
ed # is the standard text editor.
ripgrep
eza
file
tree
btop