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 = ":-)"; description = ":-)";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
}; };
outputs = { nixpkgs, home-manager, nur, ... }: { outputs = { nixpkgs, home-manager, nur, ... }: {
nixosConfigurations = { nixosConfigurations = {
"krizej-pc" = nixpkgs.lib.nixosSystem { "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"; "MANSECT" = "2:3:3p:3type:1:1p:n:l:8:0:0p:5:4:9:6:7";
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
man
man-pages man-pages
man-pages-posix man-pages-posix
]; ];

View file

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

View file

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